Changeset 6004
- Timestamp:
- 10/06/11 13:53:54 (8 years ago)
- Location:
- themes_spip/zpip/brazil
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes_spip/zpip/brazil/access_css.html
r5727 r6004 35 35 </BOUCLE_ssrub> 36 36 </BOUCLE_rubriques> 37 [(#PLUGIN{forum}|oui)38 #INCLURE{fond=prive/style_prive_plugin_forum,env}39 ] -
themes_spip/zpip/brazil/habillage.css
r5803 r6004 990 990 991 991 .annule_filtre{ 992 float: right;993 992 clear: both; 994 993 padding:5px; -
themes_spip/zpip/brazil/spip_formulaires.css
r5803 r6004 105 105 .formulaire_spip button, 106 106 .bouton_action_post button, 107 . formulaire_spip .actions a,108 . formulaire_spip .ui-tabs-panel .actions a{107 .actions a, 108 .ui-tabs-panel .actions a{ 109 109 background:#000; 110 color:#fff; 111 padding:5px 10px; 112 border:none; 110 color:#fff;; 111 cursor:pointer; 112 font:inherit; 113 line-height:inherit; 114 padding:5px; 115 border:1px solid #000; 113 116 -moz-border-radius:5px; 114 117 -webkit-border-radius:5px; 115 118 border-radius:5px; 116 cursor:pointer; 117 } 119 } 120 121 .actions a:hover{color:#fff;} 118 122 119 123 .formulaire_spip .actions a{
Note: See TracChangeset
for help on using the changeset viewer.