12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- /*
- * Fix all chamilo_XXX themes
- */
-
- #submain {
- padding:10px;
- border:1px solid #ddd;
- position: relative; /* to avoid the IE peekabo bug*/
- margin: 0px auto;
- min-height: 320px;
- -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;
- }
-
- #header3 {
- background:none;
- border-bottom:1px solid #ccc;
- width: 92%;
- margin-bottom:0px;
- padding:0px;
- }
- #header2 {
- min-height: 18px;
- }
- #current {
- margin-right: 2px;
- }
- #current #tab_active {
- }
- #header1 {
- padding:0px;
- }
-
- #header3 a {
- }
- #header3 li {
- }
- #header3 li a span {
- }
- #header4 {
- height:26px;
- padding:0px;
- background:none;
- width: 92%;
- }
- div.admin_section {
- width: 44%;
- }
- #Header2Right ul {
- width:50%;
- }
- #toolshortcuts_horizontal {
- border-top:1px solid #ccc;
- width:92%;
- padding: 8px 0px 2px 0;
- }
|