Browse Source

UI-1990, UI-1992: Fix CSS Issues on Safari

4.3
Jean-Roch Maitre 10 years ago
parent
commit
997a0d2d25
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      submodules/devices/devices.css
  2. +2
    -0
      submodules/strategy/strategy.css

+ 2
- 0
submodules/devices/devices.css View File

@ -109,6 +109,8 @@
overflow: hidden;
padding-left: 10px;
width: 20%;
/* For Safari */
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;


+ 2
- 0
submodules/strategy/strategy.css View File

@ -48,6 +48,8 @@
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* For Safari */
float: left;
}
#strategy_container .element-header-inner .title > i {


Loading…
Cancel
Save