Update 1.3.29

This commit is contained in:
champsupertramp
2015-11-05 19:51:31 +08:00
parent 8b89da079a
commit 0634f773d5
260 changed files with 21302 additions and 5951 deletions
+1 -78
View File
@@ -218,7 +218,7 @@ p.disabled-on-off .um-admin-yesno *{
height: 28px;
text-align: center;
background: #f9f9f9;
z-index: 101;
z-index: 999;
border-radius: 3px;
cursor: pointer;
border: solid 1px #D0D9DB;
@@ -255,80 +255,3 @@ p.disabled-on-off .um-admin-yesno *{
border-radius: 0 3px 3px 0;
border: 1px solid #ddd;
}
/*
- SelectJS
*/
body.um-admin .actions,
body.um-admin .bulkactions {
float: left;
margin: 0!important;
padding:0!important;
top: 0!important;
}
body.um-admin .actions .button {
height: 29px !important;
margin: 0 12px 0 0 !important;
display: inline !important;
position: relative;
}
body.um-admin .select2-container {margin-right: 2px!important;}
body.um-admin .select2-drop,
body.um-admin .select2-drop.select2-drop-above,
body.um-admin .select2-drop-active,
body.um-admin .select2-container-multi .select2-choices
{border: 1px solid #ddd !important}
body.um-admin .select2-container .select2-choice
{
height: 27px !important;
line-height: 27px !important;
border: 1px solid #ddd !important;
color: #888 !important;
}
body.um-admin .select2-container .select2-choice > .select2-chosen {
font-size: 13px !important;
}
body.um-admin .select2-container .select2-choice {
font-size: 13px !important;
}
body.um-admin .select2-container .select2-choice .select2-arrow:before {
font-size: 23px !important;
line-height: 27px;
}
body.um-admin .select2-search-choice-close:before {
font-size: 20px !important;
color: #aaa;
line-height: 27px;
}
body.um-admin .select2-container-multi .select2-search-choice-close:before {
font-size: 15px !important;
}
body.um-admin .select2-search input[type=text] {
font-size: 13px !important;
}
body.um-admin .select2-results li {
font-size: 13px !important;
}
body.um-admin .select2-results .select2-no-results,
body.um-admin .select2-results .select2-searching,
body.um-admin .select2-results .select2-selection-limit {
font-size: 13px !important;
}
body.um-admin .select2-container-multi .select2-choices .select2-search-choice {
line-height: 13px !important;
font-size: 13px !important;
}
+2 -2
View File
@@ -9,7 +9,7 @@
position: fixed;
top: 0;
left: 0;
z-index: 100000;
z-index: 10000;
}
/*
@@ -44,7 +44,7 @@
top: 50% !important;
left: 50% !important;
display: none;
z-index: 100010;
z-index: 10001;
box-sizing: border-box;
width: 730px;
+9 -3
View File
@@ -71,8 +71,8 @@
font-size: 15px;
position: relative;
top: -8px;
left: -3px;
padding-left: 4px;
left: -2px;
padding-left: 0;
font-weight: 400;
line-height: 29px;
color: #222 !important;
@@ -84,7 +84,7 @@
-moz-osx-font-smoothing: grayscale;
font-size: 23px;
font-weight: 400;
padding: 2px 15px 4px 0px;
padding: 1px 15px 4px 0px;
line-height: 29px;
}
@@ -179,6 +179,11 @@
color: #333;
}
.redux-main #redux-sticky {
margin: 0;
min-height: auto;
}
.redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
background: #3ba1da !important;
color: #fff;
@@ -211,6 +216,7 @@
.redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.active a {
color: #3ba1da !important;
background: #e5e5e5 !important;
text-shadow: none !important;
}
.redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after {
+84
View File
@@ -0,0 +1,84 @@
body.um-admin .actions,
body.um-admin .bulkactions {
float: left;
margin: 0!important;
padding:0!important;
top: 0!important;
}
body.um-admin .actions .button {
height: 29px !important;
margin: 0 12px 0 0 !important;
display: inline !important;
position: relative;
}
body.um-admin .select2-container {margin-right: 2px!important;}
body.um-admin .select2-drop,
body.um-admin .select2-drop.select2-drop-above,
body.um-admin .select2-drop-active,
body.um-admin .select2-container-multi .select2-choices
{border: 1px solid #ddd !important}
body.um-admin .select2-container .select2-choice
{
height: 27px !important;
line-height: 27px !important;
border: 1px solid #ddd !important;
color: #888 !important;
}
body.um-admin .select2-container .select2-choice > .select2-chosen {
font-size: 13px !important;
}
body.um-admin .select2-container .select2-choice {
font-size: 13px !important;
}
body.um-admin .select2-container .select2-choice .select2-arrow:before {
font-size: 23px !important;
line-height: 27px;
}
body.um-admin .select2-search-choice-close:before {
font-size: 20px !important;
color: #aaa;
line-height: 27px;
}
body.um-admin .select2-container-multi .select2-search-choice-close:before {
font-size: 15px !important;
}
body.um-admin .select2-search input[type=text] {
font-size: 13px !important;
}
body.um-admin .select2-results li {
font-size: 13px !important;
}
body.um-admin .select2-results .select2-no-results,
body.um-admin .select2-results .select2-searching,
body.um-admin .select2-results .select2-selection-limit {
font-size: 13px !important;
}
body.um-admin .select2-container-multi .select2-choices .select2-search-choice {
line-height: 13px !important;
font-size: 13px !important;
}
body.um-admin .select2-drop-mask {
z-index: 10020 !important;
}
body.um-admin .select2-drop {
z-index: 10030 !important;
}
body.um-admin .select2-search {
z-index: 10040 !important;
}