Skip to content

Commit ce2cf57

Browse files
committed
Rollback CSS fix a9975d1. Caused lots of issues.
1 parent 1c3cecc commit ce2cf57

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

ReduxCore/assets/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ a{outline:0 !important}
4242
.redux-group-tab .redux-section-desc{font-size:1.1em;margin-bottom:10px;color:#666}
4343
.redux-group-tab .form-table{clear:none;margin-top:20px}
4444
.redux-group-tab .form-table.no-border{border-top:none}
45-
.redux-group-tab .form-table tr{border-bottom:1px solid #e7e7e7;display:block;width:100%}
45+
.redux-group-tab .form-table tr{border-bottom:1px solid #e7e7e7}
4646
.redux-group-tab .form-table tr:last-child{border-bottom:none}
4747
.redux-group-tab .form-table tr th,.redux-group-tab .form-table tr td{color:#333}
48-
.redux-group-tab .form-table tr th{font-weight:bold;font-size:1.1em;width:30%;padding:20px 5px 20px 0;display:inline-block}
48+
.redux-group-tab .form-table tr th{font-weight:bold;font-size:1.1em;width:30%;padding:20px 5px 20px 0}
4949
.redux-group-tab .form-table tr th span:first-child{font-weight:normal;display:block;color:#666}
5050
.redux-group-tab .form-table tr td .redux-th-warning{font-size:1em;color:#c09853;font-weight:normal;display:block}
5151
.redux-group-tab .form-table tr td .redux-field-warning{border-color:#c09853}
@@ -147,14 +147,14 @@ label.radio,label.multicheck{position:relative}
147147
#redux-main .input-append .add-on{border-top-right-radius:3px;border-bottom-right-radius:3px}
148148
#redux-main .input-prepend input{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:0}
149149
#redux-main .input-prepend .add-on{border-top-left-radius:3px;border-bottom-left-radius:3px}
150-
#redux-main td{padding:20px 0;display:inline-block;width:65%}
150+
#redux-main td{padding:20px 0}
151151
#redux-main .mini,#redux-main input[type=text].mini{width:50px;text-align:center}
152152
#redux-main .upload{width:80%}
153153
.wrap{margin-top:0}
154154
img{max-width:100%;max-height:100%}
155155
.showDefaults{display:block;font-weight:normal;font-size:.8em;color:#888}
156156
.select2-default{width:auto !important}
157-
@media screen and (max-width:1124px){#redux-sidebar{width:42px} #redux-main{margin-left:43px;width:auto;max-width:100%} .redux-group-tab-link-a{position:relative} .redux-group-tab-link-a i{position:inherit} .redux-group-tab-link-a span{display:none;position:absolute;top:0;left:44px;padding:12px;width:200px;background:#eee;border:1px solid #ccc;-webkit-box-shadow:2px 2px 8px rgba(0,0,0,0.2);-moz-box-shadow:2px 2px 8px rgba(0,0,0,0.2);box-shadow:2px 2px 8px rgba(0,0,0,0.2);border-width:1px 1px 1px 0;z-index:1} .redux-group-tab-link-a:hover>span{display:block} #redux-sidebar #redux-group-menu li a,#redux-sidebar #redux-group-menu li a:hover,#redux-sidebar #redux-group-menu li.active a,#redux-sidebar #redux-group-menu li.active a:hover{width:auto} table.form-table,.form-table>thead,.form-table>tbody,.form-table>tbody>tr>th,.form-table>tbody>tr>td,.form-table>tbody>tr{display:block !important;width:100% !important;padding:0 !important} .form-table>tbody>tr>th,.form-table>tbody>tr>td{padding:10px !important} .form-table>tbody>tr>th,.form-table>tbody>tr>td{padding:10px !important} .form-table>tbody>tr>th{min-width:35%}}@media screen and (max-width:783px){.mp6 #redux-container #info_bar{height:auto;padding-bottom:1px} .mp6 #redux-container #info_bar a{margin-top:5px}}.mp6 .icon-themes{display:none}
157+
@media screen and (max-width:1124px){#redux-sidebar{width:42px} #redux-main{margin-left:43px;width:auto;max-width:100%} .redux-group-tab-link-a{position:relative} .redux-group-tab-link-a i{position:inherit} .redux-group-tab-link-a span{display:none;position:absolute;top:0;left:44px;padding:12px;width:200px;background:#eee;border:1px solid #ccc;-webkit-box-shadow:2px 2px 8px rgba(0,0,0,0.2);-moz-box-shadow:2px 2px 8px rgba(0,0,0,0.2);box-shadow:2px 2px 8px rgba(0,0,0,0.2);border-width:1px 1px 1px 0;z-index:1} .redux-group-tab-link-a:hover>span{display:block} #redux-sidebar #redux-group-menu li a,#redux-sidebar #redux-group-menu li a:hover,#redux-sidebar #redux-group-menu li.active a,#redux-sidebar #redux-group-menu li.active a:hover{width:auto} table.form-table,.form-table>thead,.form-table>tbody,.form-table>tbody>tr>th,.form-table>tbody>tr>td,.form-table>tbody>tr{display:block !important;width:100% !important;padding:0 !important} .form-table>tbody>tr>th,.form-table>tbody>tr>td{padding:10px !important} .form-table>tbody>tr>th,.form-table>tbody>tr>td{padding:10px !important} .form-table>tbody>tr>th{width:35%}}@media screen and (max-width:783px){.mp6 #redux-container #info_bar{height:auto;padding-bottom:1px} .mp6 #redux-container #info_bar a{margin-top:5px}}.mp6 .icon-themes{display:none}
158158
#redux-object-browser{overflow:auto;word-wrap:break-word;max-height:600px;max-width:100%}
159159
#redux-main span.description{font-style:normal}
160160
#redux-main #redux-system-info textarea{min-height:730px}

ReduxCore/assets/css/style.less

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ border: 1px solid #e5e5e5;
345345
}
346346
.redux-group-tab .form-table tr{
347347
border-bottom: 1px solid #E7E7E7;
348-
display: block;
349-
width: 100%;
350348
}
351349
.redux-group-tab .form-table tr:last-child{
352350
border-bottom: none;
@@ -360,7 +358,6 @@ border: 1px solid #e5e5e5;
360358
font-size:1.1em;
361359
width:30%;
362360
padding:20px 5px 20px 0px;
363-
display:inline-block;
364361
}
365362
.redux-group-tab .form-table tr th span:first-child{
366363
font-weight: normal;
@@ -870,8 +867,6 @@ label.radio, label.multicheck {
870867

871868
#redux-main td {
872869
padding: 20px 0;
873-
display: inline-block;
874-
width: 65%;
875870
}
876871

877872
#redux-main .mini, #redux-main input[type=text].mini {
@@ -956,7 +951,7 @@ img {
956951
padding: 10px !important;
957952
}
958953
.form-table > tbody > tr > th {
959-
min-width: 35%
954+
width: 35%
960955
}
961956
}
962957

@@ -1006,4 +1001,4 @@ img {
10061001
#redux-main .data-quarter li{
10071002
width: 25%;
10081003
float: left;
1009-
}
1004+
}

0 commit comments

Comments
 (0)