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 2019/08/17 03:56:58 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2045] more styles clean-up

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 0dfe18b  [OPENMEETINGS-2045] more styles clean-up
0dfe18b is described below

commit 0dfe18bbd18382fbb84d65f8a45ae2ac8b9d3f9d
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sat Aug 17 10:56:46 2019 +0700

    [OPENMEETINGS-2045] more styles clean-up
---
 openmeetings-web/src/main/webapp/css/raw-admin.css     |  7 -------
 openmeetings-web/src/main/webapp/css/raw-chat.css      |  1 -
 .../src/main/webapp/css/raw-cssemoticons.css           |  6 +++---
 .../src/main/webapp/css/raw-general-rtl.css            | 18 ------------------
 openmeetings-web/src/main/webapp/css/raw-general.css   | 12 ------------
 openmeetings-web/src/main/webapp/css/raw-room.css      |  1 -
 6 files changed, 3 insertions(+), 42 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-admin.css b/openmeetings-web/src/main/webapp/css/raw-admin.css
index 783fd1c..d2db184 100644
--- a/openmeetings-web/src/main/webapp/css/raw-admin.css
+++ b/openmeetings-web/src/main/webapp/css/raw-admin.css
@@ -22,7 +22,6 @@
 .adminPanelColumnTable.label .lblNav {
 	height: var(--lbl-nav-height);
 }
-
 .adminPanelColumnForm {
 	display: inline-block;
 	vertical-align: top;
@@ -76,38 +75,32 @@
 	width: 20px;
 	height: 20px;
 }
-
 .adminForm fieldset {
 	margin-top: 4px;
 	padding: 4px;
 }
-
 .adminForm legend {
 	padding: 0.2em 0.5em;
 	margin: 0px 10px;
 	font-style: italic;
 	text-align: right;
 }
-
 .adminForm textarea {
 	border: solid 1px #aacfe4;
 	width: 280px;
 	height: 60px;
 }
-
 .adminForm div.formelement {
 	display: block;
 	clear: both;
 	max-width: 540px;
 	white-space: nowrap;
 }
-
 .adminForm select {
 	height: 20px;
 	border: solid 1px #aacfe4;
 	width: 282px;
 }
-
 .adminForm label {
 	font-weight: bold;
 	text-align: right;
diff --git a/openmeetings-web/src/main/webapp/css/raw-chat.css b/openmeetings-web/src/main/webapp/css/raw-chat.css
index 6dbdb07..2103359 100644
--- a/openmeetings-web/src/main/webapp/css/raw-chat.css
+++ b/openmeetings-web/src/main/webapp/css/raw-chat.css
@@ -140,7 +140,6 @@
 #chat .tool-container {
 	max-height: var(--chat-tools-height);
 	height: var(--chat-tools-height);
-	overflow: auto;
 }
 /* room mode */
 .main.room #chatPanel {
diff --git a/openmeetings-web/src/main/webapp/css/raw-cssemoticons.css b/openmeetings-web/src/main/webapp/css/raw-cssemoticons.css
index 26485f6..602fedb 100644
--- a/openmeetings-web/src/main/webapp/css/raw-cssemoticons.css
+++ b/openmeetings-web/src/main/webapp/css/raw-cssemoticons.css
@@ -30,9 +30,9 @@ span.css-emoticon {
 	border: 1px solid rgba(0,0,0,0.25);
 	background-color: #ffcc00;
 	background-image: linear-gradient(to right, #fff4c8, #fc0);
-	-webkit-transition-property:color, background, transform;  
-	-webkit-transition-duration: 1s, 1s;  
-	-webkit-transition-timing-function: linear, ease-in;
+	transition-property: color, background, transform;
+	transition-duration: 1s, 1s;
+	transition-timing-function: linear, ease-in;
 }
 /* Styles for two-character emoticons that need more letter-spacing for proportionality */
 span.css-emoticon.spaced-emoticon {
diff --git a/openmeetings-web/src/main/webapp/css/raw-general-rtl.css b/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
index 2fcdefe..a9791b0 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
@@ -1,12 +1,10 @@
 /* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 html[dir="rtl"] #header {
-	padding-left: 0 !important; /* IE */
 	padding-left: initial !important;
 	padding-right: 150px;
 	background-position: right center;
 }
 html[dir="rtl"] #topLinks {
-	right: auto !important; /* IE */
 	right: initial !important;
 	left: 10px;
 }
@@ -18,7 +16,6 @@ html[dir="rtl"] #topLinks span:last-child {
 	border-left: none;
 }
 html[dir="rtl"] #busy-indicator {
-	right: auto !important; /* IE */
 	right: initial !important;
 	left: 0 !important;
 }
@@ -27,7 +24,6 @@ html[dir="rtl"] .ui-tabs .ui-tabs-nav li {
 }
 html[dir="rtl"] .info-text {
 	background-position: right top !important;
-	padding-left: 0 !important; /* IE */
 	padding-left: initial !important;
 	padding-right: 20px;
 }
@@ -36,23 +32,19 @@ html[dir="rtl"] .start_step1
 , html[dir="rtl"] .start_step3
 , html[dir="rtl"] .start_step4
 {
-	padding-left: 0 !important; /* IE */
 	padding-left: initial !important;
 	padding-right: 30px;
 	background-position: right top !important;
 }
 html[dir="rtl"] .start_step2 {
-	margin-left: 0 !important; /* IE */
 	margin-left: initial !important;
 	margin-right: 20px !important;
 }
 html[dir="rtl"] .start_step3 {
-	margin-left: 0 !important; /* IE */
 	margin-left: initial !important;
 	margin-right: 40px !important;
 }
 html[dir="rtl"] .start_step4 {
-	margin-left: 0 !important; /* IE */
 	margin-left: initial !important;
 	margin-right: 60px !important;
 }
@@ -63,7 +55,6 @@ html[dir="rtl"] .ui-dialog .ui-dialog-title {
 	float: right !important;
 }
 html[dir="rtl"] .ui-dialog .ui-dialog-titlebar-close {
-	right: auto !important; /* IE */
 	right: initial !important;
 	left: .3em;
 }
@@ -71,7 +62,6 @@ html[dir="rtl"] .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
 	float: left !important;
 }
 html[dir="rtl"] .room-block .menu .details {
-	right: auto !important; /* IE */
 	right: initial !important;
 	left: 0;
 }
@@ -82,13 +72,11 @@ html[dir="rtl"] .room-block .menu .details .icon
 }
 html[dir="rtl"] #activities {
 	right: 10px !important;
-	left: auto !important; /* IE */
 	left: initial !important;
 }
 html[dir="rtl"] #activities .control.block .label
 , html[dir="rtl"] #chatPopup .control.block .label
 {
-	padding-left: 0 !important; /* IE */
 	padding-left: initial !important;
 	padding-right: 20px !important;
 }
@@ -99,7 +87,6 @@ html[dir="rtl"] .btn-toolbar .btn
 	float: right !important;
 }
 html[dir="rtl"] #chatPanel {
-	right: auto !important; /* IE */
 	right: initial !important;
 	left: 10px;
 }
@@ -107,24 +94,20 @@ html[dir="rtl"] #chat .chat-btn {
 	float: left !important;
 }
 html[dir="rtl"] #chat .chat-btn:first-of-type {
-	margin-right: 0 !important; /* IE */
 	margin-right: initial !important;
 }
 html[dir="rtl"] #chat .chat-btn:last-of-type {
 	margin-left: 10px !important;
 }
 html[dir="rtl"] #chatMessage {
-	margin-right: 0 !important; /* IE */
 	margin-right: initial !important;
 	margin-left: 22px;
 }
 html[dir="rtl"] #chat .send {
-	right: auto !important; /* IE */
 	right: initial !important;
 	left: 0;
 }
 html[dir="rtl"] #chat .messageArea .user-row {
-	padding-left: 0 !important; /* IE */
 	padding-left: initial !important;
 	padding-right: 40px !important;
 }
@@ -147,7 +130,6 @@ html[dir="rtl"] .room-block .sidebar .user-list .user.name {
 	padding: 0px 44px 0px 0px !important;
 }
 html[dir="rtl"] .room-block .sidebar .user-list .user .ui-icon.audio-activity {
-	right: auto !important; /* IE */
 	right: initial !important;
 	left: 3px !important;
 }
diff --git a/openmeetings-web/src/main/webapp/css/raw-general.css b/openmeetings-web/src/main/webapp/css/raw-general.css
index a8bc348..6953beb 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general.css
@@ -141,7 +141,6 @@ html, body {
 	display: inline;
 	float: none;
 }
-
 .goto, .goto :link, .goto :hover {
 	font-size: 14px;
 	line-height: 14px;
@@ -150,7 +149,6 @@ html, body {
 	vertical-align: middle;
 	min-width: 16px;
 }
-
 .goto.icon {
 	display: inline-block;
 	width: 16px;
@@ -160,16 +158,7 @@ html, body {
 	padding: 0px;
 	zoom: 1.2;
 }
-
 .ui-dialog {
-	-moz-box-shadow: 3px 3px 4px #000;
-	-webkit-box-shadow: 3px 3px 4px #000;
-	/* For IE 8 */
-	-ms-filter:
-		"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
-	/* For IE 5.5 - 7 */
-	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135,
-		Color='#000000' );
 	box-shadow: 3px 3px 4px #000;
 }
 .sort-icon, .sort-icon a {
@@ -281,7 +270,6 @@ html, body {
 	margin: 50px;
 	border: 1px solid black;
 	padding: 15px;
-	-webkit-border-radius: 8px;
 	border-radius: 8px;
 }
 .private.message.body {
diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css b/openmeetings-web/src/main/webapp/css/raw-room.css
index aee382b..79cfe6a 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -225,7 +225,6 @@ html[dir="rtl"] .room-block .sidebar {
 	background-image: url(images/microphone_enable.png);
 }
 .ui-icon.disabled, .om-icon.disabled {
-	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 	filter: grayscale(100%);
 	pointer-events: none;
 }