You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/08/12 08:21:49 UTC

[openmeetings] branch master updated: [OPENMEETINGS-1884] WB toolbar styles are updated

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new c4b6fb4  [OPENMEETINGS-1884] WB toolbar styles are updated
c4b6fb4 is described below

commit c4b6fb40f327e0aeed7837b19f890c63fbd952e2
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sun Aug 12 15:21:16 2018 +0700

    [OPENMEETINGS-1884] WB toolbar styles are updated
---
 openmeetings-web/src/main/webapp/css/raw-wb.css | 30 +++++++++++++------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-wb.css b/openmeetings-web/src/main/webapp/css/raw-wb.css
index f445bf2..367a432 100644
--- a/openmeetings-web/src/main/webapp/css/raw-wb.css
+++ b/openmeetings-web/src/main/webapp/css/raw-wb.css
@@ -54,35 +54,37 @@
 	background: repeating-linear-gradient(-45deg, transparent, transparent 3px, gray 3px, gray 5px);
 }
 .room.wb.area .tools.vertical .bumper {
-	width: 31px;
-	height: 11px;
+	width: 30px;
+	height: 9px;
 }
 .room.wb.area .tools.horisontal .bumper {
-	width: 11px;
-	height: 31px;
+	width: 9px;
+	height: 30px;
 }
 .room.wb.area .tools.vertical {
-	width: 31px;
-	height: 332px;
+	width: 30px;
+	height: 330px;
 }
 .room.wb.area .tools.readonly.vertical {
-	width: 31px;
-	height: 42px;
+	width: 30px;
+	height: 39px;
 }
 .room.wb.area .tools.horisontal {
-	width: 332px;
-	height: 31px;
+	width: 330px;
+	height: 30px;
 }
 .room.wb.area .tools.readonly.horisontal {
-	width: 42px;
-	height: 31px;
+	width: 39px;
+	height: 30px;
 }
 .room.wb.area .tools .om-icon.big {
 	float: left;
 	vertical-align: top;
-	width: 27px;
-	height: 27px;
+	width: 30px;
+	height: 30px;
 	background-size: 25px;
+	margin: 0;
+	background-position: 2px !important;
 }
 .room.wb.area .tools .om-icon.big.active {
 	background-color: whitesmoke;