Skip to content

Commit

Permalink
adjusting some css
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Oct 11, 2012
1 parent d60b91b commit fec9ada
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Core/Assets/webroot/css/admin_nav.css
Expand Up @@ -561,15 +561,24 @@ form select{

form .date select,
form .smaller div.select,
form .smaller div.input,
form .smaller input,
form .smaller select{
width: 31%;
margin-right: 9px;
}
form div.tiny {
overflow: auto;
}
form .tiny input {
width: 21%;
margin-right: 10px;
float: left;
}

form .smaller {

overflow: auto;
}
}
form .smaller div.select {
float: left;
}
Expand Down

0 comments on commit fec9ada

Please sign in to comment.