Changeset 31676 in spip-zone
- Timestamp:
- Sep 20, 2009, 10:12:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/porte_plume/css/barre_outils.css
r31467 r31676 1 .formulaire_spip textarea.markItUpEditor { 2 width:96%; /* reduire la taille par defaut des formulaires spip */ 1 .formulaire_spip textarea.markItUpEditor, .formulaire_spip li.editer_texte textarea { 2 width:96%; /* reduire la taille par defaut des formulaires spip */ 3 clear: both; 3 4 } 4 5 … … 23 24 } 24 25 .markItUp .markItUpEditor { 25 padding:5px;26 26 height:320px; /* la hauteur est calculee par SPIP */ 27 27 clear:both; display:block; … … 45 45 /* tabs */ 46 46 .markItUp .markItUpTabs { 47 text-align:right; margin-bottom:3px; padding:1px 1px 0; 48 border-bottom:1px solid #888; overflow:hidden; 49 width:auto; float:right; clear:both;} 47 text-align:right; 48 padding:1px 1px 0; 49 margin-bottom: -1px; 50 margin-top: 3px; 51 overflow:hidden; 52 width:auto; 53 float:right; 54 margin-right: 30px; 55 clear:both; 56 } 50 57 .markItUp .markItUpTabs a { 51 display:block; float:right; border:1px solid #888; margin:0px 1px; border-bottom:none; 52 padding:3px 4px 2px 4px; background:#f0f0f0; 53 -moz-border-radius:5px 5px 0 0;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;} 54 .markItUp .markItUpTabs a.on {background:#fff; } 58 display:block; 59 float:right; 60 border:1px solid #ccc; 61 margin:0px 1px; 62 padding:3px 4px 2px 4px; 63 background:#f0f0f0; 64 } 65 .markItUp .markItUpTabs a.on {background:#fff; border-bottom: 1px solid #fff; } 55 66 .markItUp .markItUpTabs a:hover {background:#fff;} 56 67 … … 59 70 .markItUp .markItUpPreview { 60 71 clear:both; 61 border:1px solid # 888;72 border:1px solid #ccc; 62 73 background:#fff; 63 74 overflow:auto;
Note: See TracChangeset
for help on using the changeset viewer.