1
0
mirror of https://github.com/balkian/go5ears.git synced 2025-09-02 09:02:20 +00:00

Refactored code. Cleaner

This commit is contained in:
J.Fernando Sánchez
2012-10-07 14:35:56 +02:00
parent 7c494a42f0
commit a8d1bd9a7e
3 changed files with 147 additions and 148 deletions

View File

@@ -1 +1,21 @@
html,body {
height: 100%;
}
* {
margin:0;
}
.sortable { position:relative; list-style-type: none; margin: 0; padding: 0; width: 100%; }
.sortable li { margin: 0px 3px 3px 3px; padding: 0.4em; font-size: 1em; height: 18px; }
.list-name { padding-left:3em; }
.list-controls span {float:left;display:inline;}
#wrapper {
position:relative;
height: auto !important;
min-height: 90%;
margin: 0 auto 0;
}
#headerPage {
position:relative;
min-height:10%;
}