fixing #main margin

skala
Julio Montoya 15 years ago
parent ce92cd82e6
commit f4f063e3a4
  1. 7
      main/css/chamilo/default.css
  2. 4
      main/css/chamilo_electric_blue/default.css
  3. 4
      main/css/chamilo_green/default.css
  4. 4
      main/css/chamilo_orange/default.css
  5. 4
      main/css/chamilo_red/default.css

@ -43,16 +43,15 @@ body {
border:2px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
width: 90%;
width: 92%;
min-height: 320px;
padding:13px;
padding:0px;
-moz-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;
box-shadow: 3px 3px 10px #ddd;
-moz-box-shadow: 3px 3px 10px #ddd;
-moz-box-shadow: 3px 3px 10px #ddd;
}
.item {

@ -54,9 +54,9 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
border:2px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
width: 90%;
width: 92%;
min-height: 320px;
padding:12px;
padding:0px;
}
.item {

@ -54,9 +54,9 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
border:2px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
width: 90%;
width: 92%;
min-height: 320px;
padding:12px;
padding:0px;
}
.item {

@ -54,9 +54,9 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
border:2px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
width: 90%;
width: 92%;
min-height: 320px;
padding:12px;
padding:0px;
}
.item {

@ -54,9 +54,9 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
border:2px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
width: 90%;
width: 92%;
min-height: 320px;
padding:12px;
padding:0px;
}
.item {

Loading…
Cancel
Save