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{ ...@@ -185,17 +185,6 @@ button:hover, .button:hover{
text-align:left; 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;} .scrollable{overflow-y: scroll;}
fieldset.scrollable{height: 75%;} fieldset.scrollable{height: 75%;}
.wizard .content div.radio_inline input[type="radio"]{display: inline;} .wizard .content div.radio_inline input[type="radio"]{display: inline;}
...@@ -218,20 +207,12 @@ fieldset.scrollable{height: 75%;} ...@@ -218,20 +207,12 @@ fieldset.scrollable{height: 75%;}
width: 600px; width: 600px;
} }
.ui-autocomplete { .ui-autocomplete {
max-height: 400px; max-height: 400px;
overflow-y: auto; overflow-y: auto;
/* prevent horizontal scrollbar */ /* prevent horizontal scrollbar */
overflow-x: hidden; 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*/ /*Global*/
h1,h2,h3,h4,h5,h6 { 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