mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
Bug 99 : javascript error in profile.php
Enhancement of the radio class under IE git-svn-id: http://piwigo.org/svn/trunk@772 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* BACKGROUND */
|
||||
|
||||
body { background-color:#000000;} /*General background color*/
|
||||
.main, .throw, .admin { background-color:#3F3F3F;} /*Main background color*/
|
||||
.main, .throw, .admin, .radio { background-color:#3F3F3F;} /*Main background color*/
|
||||
.row1,input,select,textarea, .table1, .home { background-color:#5F5F5F;} /* Tables & forms */
|
||||
.table2, .commentTitle { background-color: #797979;} /* Alternate table & comments */
|
||||
.errors { background-color:red;} /* Errors display */
|
||||
@@ -19,13 +19,10 @@ input,select,textarea { color:#FFFFCC;} /* Forms font color */
|
||||
.throw { color:#FFFFCC;} /* First line of tables */
|
||||
.bouton, .errors { color:#FFFFFF;} /* Buttons & errors */
|
||||
|
||||
/* Update results (admin side only) */
|
||||
.update_summary_new, .best_gen_time
|
||||
{ color:#9cb4ce;}
|
||||
/* FONT COLORS (admin side) */
|
||||
|
||||
/* Update results (admin side only) */
|
||||
.update_summary_del,.worst_gen_time
|
||||
{ color:#ffe1e1;}
|
||||
.update_summary_new, .best_gen_time { color:#9cb4ce;}
|
||||
.update_summary_del,.worst_gen_time { color:#ffe1e1;}
|
||||
|
||||
/* ANCHORS */
|
||||
|
||||
@@ -94,8 +91,11 @@ h2 /* H2 tag style (admin side only) */
|
||||
div.information { font-size:14px; font-weight:bold;}
|
||||
|
||||
/*----------------------------------------------*/
|
||||
/* Under this point, do not modify the values */
|
||||
/* unless you are aware of what you are doing! */
|
||||
/* A good understanding of the CSS mechanism */
|
||||
/* is required below. */
|
||||
/* */
|
||||
/* Do not modify the valuesunless you are aware */
|
||||
/* of what you are doing! */
|
||||
/*----------------------------------------------*/
|
||||
|
||||
/* POSITION */
|
||||
@@ -345,7 +345,7 @@ input,select,textarea
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.radio{ border:0;}
|
||||
.radio{ border:0px ;}
|
||||
|
||||
/* ADMIN LAYOUT STYLES */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user