Changeset 46:36f4421937ed for admin/style
- Timestamp:
- 04/29/11 10:08:59 (14 years ago)
- Branch:
- userprefs
- Children:
- 48:0891631a2623, 52:9a388f5e4e3a
- Parents:
- 45:282249d3b55d (diff), 43:bd53e32fe98b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r42 r46 1094 1094 font-size: 1.3em; 1095 1095 } 1096 /* à supprimer quand tous les formulaires auront été corrigés */ 1097 label.required:before { 1098 content: '* '; 1099 color: #c00; 1100 } 1101 1096 label.inline { 1097 display: inline; 1098 } 1102 1099 p.field { 1103 1100 position: relative; -
admin/style/default.css
r45 r46 1152 1152 width: 100%; 1153 1153 } 1154 1155 #login-screen #safe_mode_help { 1156 display : none; 1157 margin : 0 0 1em 0; 1158 padding: 5px 10px 5px 30px; 1159 background: #fbfbfb url(msg-std.png) no-repeat 5px 5px; 1160 border: 1px solid #999; 1161 -moz-border-radius: 4px; 1162 -webkit-border-radius: 4px; 1163 } 1164 1154 1165 1155 1166 /* ------------------ Tous les boutons -------------------- */
Note: See TracChangeset
for help on using the changeset viewer.