Repository: openmeetings
Updated Branches:
  refs/heads/4.0.x a4d9c7d0f -> a92011991


[OPENMEETINGS-1750] wb tool icon size is redused


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/a9201199
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/a9201199
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/a9201199

Branch: refs/heads/4.0.x
Commit: a92011991a34dae53d54d8ffe22c245cd558fa86
Parents: a4d9c7d
Author: Maxim Solodovnik <[email protected]>
Authored: Thu Nov 9 22:52:26 2017 +0700
Committer: Maxim Solodovnik <[email protected]>
Committed: Thu Nov 9 22:52:26 2017 +0700

----------------------------------------------------------------------
 openmeetings-web/src/main/webapp/css/wb.css | 27 +++++++++++++-----------
 1 file changed, 15 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/a9201199/openmeetings-web/src/main/webapp/css/wb.css
----------------------------------------------------------------------
diff --git a/openmeetings-web/src/main/webapp/css/wb.css 
b/openmeetings-web/src/main/webapp/css/wb.css
index e9af380..1662744 100644
--- a/openmeetings-web/src/main/webapp/css/wb.css
+++ b/openmeetings-web/src/main/webapp/css/wb.css
@@ -54,32 +54,35 @@
        background: repeating-linear-gradient(-45deg, transparent, transparent 
3px, gray 3px, gray 5px);
 }
 .room.wb.area .tools.vertical .bumper {
-       width: 38px;
-       height: 20px;
+       width: 24px;
+       height: 11px;
 }
 .room.wb.area .tools.horisontal .bumper {
-       width: 20px;
-       height: 38px;
+       width: 11px;
+       height: 24px;
 }
 .room.wb.area .tools.vertical {
-       width: 38px;
-       height: 563px;
+       width: 26px;
+       height: 373px;
 }
 .room.wb.area .tools.readonly.vertical {
-       width: 38px;
-       height: 60px;
+       width: 26px;
+       height: 37px;
 }
 .room.wb.area .tools.horisontal {
-       width: 563px;
-       height: 38px;
+       width: 373px;
+       height: 26px;
 }
 .room.wb.area .tools.readonly.horisontal {
-       width: 60px;
-       height: 38px;
+       width: 37px;
+       height: 26px;
 }
 .room.wb.area .tools .om-icon.big {
        float: left;
        vertical-align: top;
+       width: 22px;
+       height: 22px;
+       background-size: 20px;
 }
 .room.wb.area .tools .om-icon.big.active {
        background-color: whitesmoke;

Reply via email to