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

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


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

commit ca2a87426cadfc4794843424b9a78d53f4662108
Author: Maxim Solodovnik <[email protected]>
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;

Reply via email to