From 6b8698baefe3187aea5d685bc629049c48549511 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 17 Dec 2014 13:09:37 +0000 Subject: [PATCH] Fix taglist lack of styling in jdots --- etemplate/templates/default/etemplate2.css | 17 ++++++++++++++++- pixelegg/css/mobile.css | 15 --------------- pixelegg/css/pixelegg.css | 15 --------------- pixelegg/less/magicsuggest.css | 15 --------------- pixelegg/less/magicsuggest.less | 15 --------------- 5 files changed, 16 insertions(+), 61 deletions(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 1b6daeac45..4aad753854 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -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; diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 50f5078bf4..befbb9c80b 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -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; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 56c2d036fa..b783b66ea5 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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; diff --git a/pixelegg/less/magicsuggest.css b/pixelegg/less/magicsuggest.css index f75d8d8eab..63d1aa788f 100644 --- a/pixelegg/less/magicsuggest.css +++ b/pixelegg/less/magicsuggest.css @@ -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; diff --git a/pixelegg/less/magicsuggest.less b/pixelegg/less/magicsuggest.less index 36e33746e0..0cff3e4d94 100644 --- a/pixelegg/less/magicsuggest.less +++ b/pixelegg/less/magicsuggest.less @@ -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;