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 2fe4b60  [OPENMEETINGS-1142] another CSS IE improvement
2fe4b60 is described below

commit 2fe4b6074620be0ed916be1d4d30aad8b2d55482
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun Aug 12 21:11:24 2018 +0700

    [OPENMEETINGS-1142] another CSS IE improvement
---
 openmeetings-web/src/main/webapp/css/raw-admin.css |  1 +
 .../src/main/webapp/css/raw-general-rtl.css        | 26 +++++++++++++++++++---
 .../src/main/webapp/css/raw-general.css            |  4 ++++
 openmeetings-web/src/main/webapp/css/raw-room.css  |  4 +++-
 4 files changed, 31 insertions(+), 4 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-admin.css 
b/openmeetings-web/src/main/webapp/css/raw-admin.css
index 01f0b44..08edbb0 100644
--- a/openmeetings-web/src/main/webapp/css/raw-admin.css
+++ b/openmeetings-web/src/main/webapp/css/raw-admin.css
@@ -246,6 +246,7 @@ table.adminListTable .one_sixth {
        border: solid 1px #aacfe4;
        width: 280px;
        min-height: 20px;
+       white-space: normal; /* IE */
        white-space: initial;
 }
 .adminForm input {
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 dd4a51b..447683c 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
@@ -17,11 +17,13 @@
  * under the License.
  */
 #header {
+       padding-left: 0 !important; /* IE */
        padding-left: initial !important;
        padding-right: 150px;
        background-position: right center;
 }
 #topLinks {
+       right: auto !important; /* IE */
        right: initial !important;
        left: 10px;
 }
@@ -33,6 +35,7 @@
        border-left: none;
 }
 #busy-indicator {
+       right: auto !important; /* IE */
        right: initial !important;
        left: 0 !important;
 }
@@ -41,23 +44,28 @@
 }
 .info-text {
        background-position: right top !important;
+       padding-left: 0 !important; /* IE */
        padding-left: initial !important;
        padding-right: 20px;
 }
 .start_step1, .start_step2, .start_step3, .start_step4 {
+       padding-left: 0 !important; /* IE */
        padding-left: initial !important;
        padding-right: 30px;
        background-position: right top !important;
 }
 .start_step2 {
+       margin-left: 0 !important; /* IE */
        margin-left: initial !important;
        margin-right: 20px !important;
 }
 .start_step3 {
+       margin-left: 0 !important; /* IE */
        margin-left: initial !important;
        margin-right: 40px !important;
 }
 .start_step4 {
+       margin-left: 0 !important; /* IE */
        margin-left: initial !important;
        margin-right: 60px !important;
 }
@@ -71,6 +79,7 @@ form .input {
        float: right !important;
 }
 .ui-dialog .ui-dialog-titlebar-close {
+       right: auto !important; /* IE */
        right: initial !important;
        left: .3em;
 }
@@ -78,17 +87,20 @@ form .input {
        float: left !important;
 }
 .room.menu.right {
-       right:initial !important;
-       left:0;
+       right: auto !important; /* IE */
+       right: initial !important;
+       left: 0;
 }
 .room.menu.right .icon, .room.menu.right .room.name {
-       float:left !important;
+       float: left !important;
 }
 #activities {
        right: 10px !important;
+       left: auto !important; /* IE */
        left: initial !important;
 }
 #activities .control.block .label, #chatPopup .control.block .label {
+       padding-left: 0 !important; /* IE */
        padding-left: initial !important;
        padding-right: 20px !important;
 }
@@ -96,10 +108,12 @@ form .input {
        float: right !important;
 }
 #chatPanel {
+       right: auto !important; /* IE */
        right: initial !important;
        left: 10px;
 }
 #chatPanel.room {
+       right: auto !important; /* IE */
        right: initial !important;
        left: 0px;
 }
@@ -107,20 +121,24 @@ form .input {
        float: left !important;
 }
 #chat .chat-btn:first-of-type {
+       margin-right: 0 !important; /* IE */
        margin-right: initial !important;
 }
 #chat .chat-btn:last-of-type {
        margin-left: 10px !important;
 }
 #chatMessage {
+       margin-right: 0 !important; /* IE */
        margin-right: initial !important;
        margin-left: 22px;
 }
 #chat .send {
+       right: auto !important; /* IE */
        right: initial !important;
        left: 0;
 }
 #chat .messageArea .user-row {
+       padding-left: 0 !important; /* IE */
        padding-left: initial !important;
        padding-right: 40px !important;
 }
@@ -143,6 +161,7 @@ form .input {
        padding: 0px 44px 0px 0px !important;
 }
 .room.sidebar .user.list .user .ui-icon.audio-activity {
+       right: auto !important; /* IE */
        right: initial !important;
        left: 3px !important;
 }
@@ -155,6 +174,7 @@ span.css-emoticon {
        transform: rotate(-90deg) !important;
 }
 .chat.dropdown-menu {
+       left: auto !important; /* IE */
        left: initial !important;
        right: -50px !important;
        float: right !important;
diff --git a/openmeetings-web/src/main/webapp/css/raw-general.css 
b/openmeetings-web/src/main/webapp/css/raw-general.css
index 276436e..986912e9 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general.css
@@ -22,6 +22,7 @@ html, body {
        font-family: Arial, Helvetica, sans-serif;
 }
 * {
+       box-sizing: content-box; /* IE */
        box-sizing: initial; /*reset bootstrap box sizing*/
 }
 .signin .oauth-section {
@@ -509,6 +510,8 @@ select.messages.selector {
        width: 100%;
 }
 #topControls #wicketDebugBar {
+       right: auto; /* IE */
+       top: auto; /* IE */
        right: initial;
        top: initial;
        z-index: 2;
@@ -562,6 +565,7 @@ form .input {
 .table .column {
        display: inline-block;
        margin-bottom: 5px;
+       min-height: auto; /* IE */
        min-height: initial;
        float: none;
        margin-right: 0;
diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css 
b/openmeetings-web/src/main/webapp/css/raw-room.css
index 5863693..469a7ec 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -199,7 +199,8 @@
        background-image: url(images/webcam_add.png);
 }
 .room.sidebar .user.list .user .kick.ui-icon {
-       background-size: auto;
+       background-size: auto; /* IE */
+       background-size: initial;
 }
 .right.camera.ui-icon.granted {
        background-image: url(images/webcam_delete.png);
@@ -208,6 +209,7 @@
        background-image: url(images/microphone_exclusive.png);
 }
 .restart.ui-icon {
+       background-size: auto !important; /* IE */
        background-size: initial !important;
 }
 .settings.ui-icon, .settings.om-icon {

Reply via email to