Adding left column to message tool - CSS code

skala
Julio Montoya 16 years ago
parent ae371c1bb4
commit 5d2a24e144
  1. 20
      main/css/blue_lagoon/default.css

@ -2624,7 +2624,7 @@ input.arrowl {
/* UI improvements */
/* UI improvements for 1.8.6.2 this should be move to the chamilo theme and reproduce in all CSS*/
* {
@ -2672,4 +2672,20 @@ a.read {
a.unread {
}
}
#inbox-wrapper {width:100%;}
#inbox {width:90%;float:left;}
#inbox-menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:10%;
float:left;
}

Loading…
Cancel
Save