Skip to content

Commit

Permalink
css without label.error neither messages control
Browse files Browse the repository at this point in the history
  • Loading branch information
Coto committed May 27, 2012
1 parent 3e54af5 commit e8600be
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions static/css/main.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
* messages to self.response.write in
* the BaseHandler.dispatcher
*/
.alert {
display: none;
}
.alert.alert-success
, .alert.alert-error
, .alert.alert-info {
display: block;
}

label.error {
color: red;
padding: .4em 0;
display: block;
}

/* Barra Header (Subnavegacion) */
/* Subnav */
.subnav {
Expand Down Expand Up @@ -86,6 +67,11 @@ label.error {
padding-left: 0;
}

.container {
padding-right: 0.5em;
padding-left: 0.5em;
}

.navbar-fixed-top, .navbar-fixed-bottom {
margin-right: 0;
margin-left: 0;
Expand Down

0 comments on commit e8600be

Please sign in to comment.