Merge
This commit is contained in:
commit
ec10aa7f0c
328 changed files with 70724 additions and 2992 deletions
|
@ -307,4 +307,76 @@ p.warningText {font-size:14px; color:Red; text-align:center;}
|
|||
.Hidden {display: none;}
|
||||
.LinkText {color:#428bca;}
|
||||
.WrapText { white-space: normal;}
|
||||
.chosen-container { margin-top: -30px; }
|
||||
.chosen-container { margin-top: -30px; }
|
||||
|
||||
.ui-autocomplete {z-index: 200 !important; }
|
||||
|
||||
.ui-button {
|
||||
padding: 5px 5px;
|
||||
margin: 3px;
|
||||
background: #20A0D0;
|
||||
color: white;
|
||||
border: 1px solid #2080A0;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ui-button:hover {
|
||||
background: #20B0E0;
|
||||
}
|
||||
|
||||
.ui-popupdialog {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: #FFF;
|
||||
border: 1px solid #C0C0C0;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
.ui-popupdialog .title {
|
||||
padding: 5px;
|
||||
background: #F8F8F8;
|
||||
}
|
||||
|
||||
.ui-popupdialog .content {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.ui-popupdialog .actions {
|
||||
padding: 5px;
|
||||
border-top: 1px solid #C0C0C0;
|
||||
background: #F0F0F0;
|
||||
}
|
||||
|
||||
.ui-menu {
|
||||
background-color: #FFF;
|
||||
border: 1px solid #C0C0C0;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
|
||||
background-clip: padding-box;
|
||||
}
|
||||
.ui-menu-item {
|
||||
}
|
||||
.ui-widget-content {
|
||||
background: #FFF;
|
||||
}
|
||||
.ui-corner-all {
|
||||
border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
}
|
||||
.ui-menu-item .ui-state-hover
|
||||
{
|
||||
background: #f0f0f0;
|
||||
border-radius: 0px;
|
||||
-moz-border-radius: 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
border-color: #f0f0f0;
|
||||
color: #000;
|
||||
}
|
||||
.ui-menu-item:hover {
|
||||
background-color: #f0f0f0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue