Skip to content

Commit

Permalink
improves CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
videlalvaro committed May 16, 2011
1 parent 3cf0a45 commit 5f5e9fb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions priv/www/css/styles.css
Expand Up @@ -26,16 +26,17 @@ h1 {
#messages {
margin:0;
height: 100%;
width: 74%;
width: 68%;
float: left;
overflow-y: auto;
overflow-x: hidden;
padding: 0 3px;
}

#widgets {
margin-top: 5px;
width: 25%;
float: right;
float: left;
}

#info {
Expand All @@ -49,8 +50,6 @@ h1 {
list-style-type: none;
padding: 3px;
float: left;
min-width: 99%;
max-width: 100%;
width: 100%;
clear: both;
font-size: 14px;
Expand Down Expand Up @@ -94,6 +93,5 @@ label + input {
}

input#name {
width: 99%;
max-width: 100%;
width: 100%;
}

0 comments on commit 5f5e9fb

Please sign in to comment.