Browse Source

manu layout IE compatible

pecesama 18 years ago
parent
commit
c01d02be4d
2 changed files with 24 additions and 24 deletions
  1. 7 0
      admin/css/style-codice.css
  2. 17 24
      admin/index.php

+ 7 - 0
admin/css/style-codice.css View File

@@ -314,6 +314,13 @@ input.submit:hover
314 314
 	right: 0;
315 315
 }
316 316
 
317
+.imgmenu img {
318
+			display: block;
319
+			margin-left: auto;
320
+			margin-right: auto;
321
+			border: 0;
322
+		}
323
+
317 324
 #menu {
318 325
 	display:block;
319 326
 	top:50px;

File diff suppressed because it is too large
+ 17 - 24
admin/index.php