Changeset 5364 for trunk/admin/themes/default
- Timestamp:
- Mar 25, 2010, 11:03:28 PM (15 years ago)
- Location:
- trunk/admin/themes/default
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/default-colors.css
r5174 r5364 28 28 } 29 29 30 .errors { /* Errors display */31 color: #f33;32 background-color: transparent;33 font-weight: bold;34 text-align: left;35 margin: 5px;36 border: 1px solid #666;37 background-image: url(icon/errors.png);38 background-repeat: no-repeat;39 background-position: top right;40 padding: 10px 50px 10px 10px;41 }42 43 /**44 * Informations box in administration45 */46 .infos {47 text-align: left;48 color: #f70;49 background-color: transparent;50 background-image: url(icon/infos.png);51 background-repeat: no-repeat;52 background-position: top right;53 margin: 5px;54 padding: 10px 50px 10px 10px;55 }56 30 57 31 /** -
trunk/admin/themes/default/default-layout.css
r5357 r5364 770 770 771 771 #configContent FIELDSET {border:none;} 772 773 /** 774 * Informations box in administration 775 */ 776 .infos { 777 text-align: left; 778 margin: 5px; 779 padding: 10px 50px 10px 10px; 780 font-weight:bold; 781 } 782 783 .errors { /* Errors display */ 784 text-align: left; 785 margin: 5px; 786 font-weight:bold; 787 } 788 789 .content .infos li, .content .errors li { list-style-type:square; }
Note: See TracChangeset
for help on using the changeset viewer.