##// END OF EJS Templates
Tweaked styles for search form
neko259 -
r696:685026ac 1.8-dev
parent child Browse files
Show More
@@ -165,7 +165,7 b' p {'
165 margin-bottom: 0.5ex;
165 margin-bottom: 0.5ex;
166 }
166 }
167
167
168 input[type="submit"] {
168 .post-form input[type="submit"], input[type="submit"] {
169 background: #222;
169 background: #222;
170 border: solid 2px #fff;
170 border: solid 2px #fff;
171 color: #fff;
171 color: #fff;
@@ -413,3 +413,15 b' pre {'
413 margin: 0.2ex;
413 margin: 0.2ex;
414 padding: 0.1ex;
414 padding: 0.1ex;
415 }
415 }
416
417 #id_models li {
418 list-style: none;
419 }
420
421 #id_q {
422 margin-left: 1ex;
423 }
424
425 ul {
426 padding-left: 0px;
427 }
@@ -360,4 +360,12 b' li {'
360 .swappable-form-full > form {
360 .swappable-form-full > form {
361 display: table;
361 display: table;
362 width: 100%;
362 width: 100%;
363 } No newline at end of file
363 }
364
365 #id_models li {
366 list-style: none;
367 }
368
369 #id_q {
370 margin-left: 1ex;
371 }
General Comments 0
You need to be logged in to leave comments. Login now