Fix taglist lack of styling in jdots

This commit is contained in:
Hadi Nategh 2014-12-19 09:36:51 +00:00
parent e39f2accc9
commit 50fc723810
4 changed files with 16 additions and 46 deletions

View File

@ -1356,6 +1356,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;
@ -1363,7 +1364,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

@ -1867,25 +1867,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;