Changeset 112556 in spip-zone for _plugins_/prive_fluide/branches
- Timestamp:
- Nov 28, 2018, 9:39:25 PM (2 years ago)
- Location:
- _plugins_/prive_fluide/branches/remix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/prive_fluide/branches/remix/paquet.xml
r112411 r112556 2 2 prefix="prive_fluide_remix" 3 3 categorie="edition" 4 version="1.0.1 0"4 version="1.0.11" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.2.*]" -
_plugins_/prive_fluide/branches/remix/prive/style_prive_plugin_prive_fluide_remix.html
r112474 r112556 370 370 /* specificités de certains formulaires */ 371 371 372 .lat .formulaire_spip .editer {373 padding: .34625em 10px;374 }375 .lat .formulaire_spip .editer label {376 margin-bottom: .5em;377 }378 379 372 .formulaire_spip.formulaire_dater { 380 373 background: #f5f5f5; … … 413 406 margin-top: 0; 414 407 } 408 409 .lat .formulaire_spip h3.titrem { 410 margin-bottom: 0; 411 } 412 .lat .formulaire_spip .editer { 413 padding: .34625em 10px; 414 } 415 .lat .formulaire_spip .editer label { 416 margin-top: 0; 417 margin-bottom: .25em; 418 } 419 .lat .formulaire_spip select, 420 .lat .formulaire_spip input.text, 421 .lat .formulaire_spip input.search, 422 .lat .formulaire_spip input.date, 423 .lat .formulaire_spip textarea { 424 width:100%; 425 padding:.25em; 426 } 427 .lat .formulaire_spip .boutons { 428 border-top: none; 429 } 430 .lat .formulaire_spip .submit { 431 margin-bottom: 0; 432 } 433 .lat .formulaire_editer_logo .editer_logo_on.logo_upload { 434 background: none; 435 } 436 415 437 /*-------------------------------------- 416 438 En dessous de 980px, les formulaires
Note: See TracChangeset
for help on using the changeset viewer.