Changeset 110784 in spip-zone
- Timestamp:
- Jun 20, 2018, 8:06:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/prive_fluide/branches/remix/prive/style_prive_plugin_prive_fluide_remix.html
r110763 r110784 120 120 } 121 121 122 .liste-objets table caption strong.caption { 123 font-size: 1.1em; 124 } 122 125 123 126 /*-------------------------------------- … … 131 134 132 135 #bando_navigation ul.deroulant > li a { 133 font-weight: normal;134 136 font-size: 0.9em; 135 137 } … … 161 163 padding-top: 12px; 162 164 padding-bottom: 12px; 165 font-size: 1.1em; 163 166 } 164 167 … … 199 202 .liste-objets .caption { 200 203 background-image: none !important; 201 padding- left: inherit !important;204 padding-#ENV{left}: inherit !important; 202 205 } 203 206 … … 219 222 .barre_onglet .cadre-icone { 220 223 top: 3px; 221 left: 6px;224 #ENV{left}: 6px; 222 225 } 223 226 224 227 .barre_onglet .cadre-icone + a, 225 228 .barre_onglet .cadre-icone + strong { 226 padding- left: 38px;229 padding-#ENV{left}: 38px; 227 230 } 228 231 … … 230 233 Formulaires 231 234 ----------------------------------------*/ 235 236 .entete-formulaire > .icone.#ENV{left} { 237 margin-#ENV{right}: 1em; 238 } 239 240 .formulaire_spip > h3.titrem { 241 margin-bottom: 0; 242 } 232 243 233 244 .formulaire_spip input.text, … … 257 268 .formulaire_spip .editer, 258 269 .formulaire_spip .editer.gauche { 259 padding- left: 170px;270 padding-#ENV{left}: 170px; 260 271 } 261 272 .formulaire_spip .editer.droite { … … 265 276 .formulaire_spip .editer.gauche > label { 266 277 width: 144px; 267 margin- left: -160px;278 margin-#ENV{left}: -160px; 268 279 margin-top: 0.25em; 269 280 display: inline-block; 270 float: left;281 float: #ENV{left}; 271 282 } 272 283 .formulaire_spip .editer.droite > label { … … 304 315 .formulaire_spip h3.legend, 305 316 .formulaire_spip legend { 306 font-weight: 700;307 font-size: 1.1 925em;308 padding: 0. 25em 0.5em;317 font-weight: normal; 318 font-size: 1.1em; 319 padding: 0.5em 10px; 309 320 margin-bottom: .34625em; 310 321 } … … 364 375 margin-bottom: 0; 365 376 vertical-align: middle; 366 margin- left: 0.25em;377 margin-#ENV{left}: 0.25em; 367 378 } 368 379 … … 390 401 body.large { 391 402 min-width: auto; 392 }393 394 * {395 /*font-size: 1em !important;*/396 403 } 397 404 … … 412 419 #bando_haut > div, 413 420 #page .largeur { 414 padding: 0 1.5em; 415 } 416 417 #bando_outils { 421 padding: 0 1em; 422 } 423 424 #bando_outils, 425 #bando_haut #bando_liens_rapides { 418 426 width: auto; 419 427 } … … 448 456 -ms-flex-order: 1; 449 457 order: 1; 450 margin- left: 0;458 margin-#ENV{left}: 0; 451 459 } 452 460 … … 504 512 -ms-flex-order: 2; 505 513 order: 2; 506 margin- left: 30px !important;514 margin-#ENV{left}: 30px !important; 507 515 } 508 516 … … 538 546 width: 100%; 539 547 float: none; 540 text-align: left;548 text-align:#ENV{left}; 541 549 } 542 550
Note: See TracChangeset
for help on using the changeset viewer.