Skip to content
Snippets Groups Projects
Commit 62a007db authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

kill a bunch of unused classes

parent 97d40dea
No related branches found
No related tags found
No related merge requests found
......@@ -185,17 +185,6 @@ button:hover, .button:hover{
text-align:left;
}
.login {float: left}
.menu {float: right}
.footer {text-align: center}
.prod {background-color: #028A34}
h1 {text-align: center}
li.parametre {margin-bottom: 15px;}
dd.parametre {margin-bottom: 15px;}
div.important{border-style:solid;border-color:black;border-width:1px;background-color:#F5DEB3;padding:5px;}
.mandatory{color:#e00853;font-style:italic;font-weight:bold;margin:0 3px}
.notice{border:2px solid #05a;padding:5px 5px 5px 5px;margin:20px;}
#sp_entityid{width:100%;}
.scrollable{overflow-y: scroll;}
fieldset.scrollable{height: 75%;}
.wizard .content div.radio_inline input[type="radio"]{display: inline;}
......@@ -218,20 +207,12 @@ fieldset.scrollable{height: 75%;}
width: 600px;
}
.ui-autocomplete {
max-height: 400px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
height: 400px;
}
/*Global*/
h1,h2,h3,h4,h5,h6 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment