Fix taglist lack of styling in jdots

This commit is contained in:
Hadi Nategh 2014-12-17 13:09:37 +00:00
parent 4fe543605d
commit 6b8698baef
5 changed files with 16 additions and 61 deletions

View File

@ -1353,6 +1353,7 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
.ms-res-ctn {
/* It doesn't really work smaller than this */
min-width: 150px;
border: solid 1px #bbbbbb;
}
.ms-ctn .loading {
position: relative;
@ -1360,7 +1361,21 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
top: 5px;
}
.ms-res-ctn {
overflow-x: hidden;
position:absolute;
background: #FFF;
overflow-y: auto;
z-index: 9999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #CCC;
left: -1px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
border-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
div.ms-sel-ctn {
padding-right: 0px;

View File

@ -1892,25 +1892,10 @@ div.ms-ctn-bootstrap-focus {
border-bottom: 1px solid #CCC;
}
div.ms-res-ctn {
position: absolute;
background: #FFF;
overflow-y: auto;
z-index: 9999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #CCC;
left: -1px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
border-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
div.ms-res-ctn .ms-res-group {
line-height: 23px;

View File

@ -1881,25 +1881,10 @@ div.ms-ctn-bootstrap-focus {
border-bottom: 1px solid #CCC;
}
div.ms-res-ctn {
position: absolute;
background: #FFF;
overflow-y: auto;
z-index: 9999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #CCC;
left: -1px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
border-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
div.ms-res-ctn .ms-res-group {
line-height: 23px;

View File

@ -109,25 +109,10 @@ div.ms-ctn-bootstrap-focus {
border-bottom: 1px solid #CCC;
}
div.ms-res-ctn {
position: absolute;
background: #FFF;
overflow-y: auto;
z-index: 9999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #CCC;
left: -1px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
border-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
div.ms-res-ctn .ms-res-group {
line-height: 23px;

View File

@ -113,25 +113,10 @@ div.ms-ctn-bootstrap-focus{
border-bottom: 1px solid #CCC;
}
div.ms-res-ctn{
position: absolute;
background: #FFF;
overflow-y: auto;
z-index: 9999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #CCC;
left: -1px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
border-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
div.ms-res-ctn .ms-res-group{
line-height: 23px;