Project

General

Profile

Patch #31147 » 0001-Styles-for-fields.patch

Marius BĂLTEANU, 2019-04-10 01:59

View differences:

public/stylesheets/application.css
101 101
#footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
102 102

  
103 103
#login-form {margin:5em auto 2em auto; padding:20px; width:340px; border:1px solid #FDBF3B; background-color:#FFEBC1; border-radius:4px; box-sizing: border-box;}
104
#login-form label {display:block; margin-bottom:5px;}
105
#login-form input[type=text], #login-form input[type=password] {border:1px solid #ccc; border-radius:3px; margin-bottom:15px; padding:7px; display:block; width:100%; box-sizing: border-box;}
106
#login-form label {font-weight:bold;}
104
#login-form label {display:block; margin-bottom:5px; font-weight:bold;}
107 105
#login-form label[for=autologin] {font-weight:normal;}
106
#login-form input {display:block; width:100%; height: 29px;}
107
#login-form input[type=text], #login-form input[type=password] {margin-bottom: 15px;}
108 108
#login-form a.lost_password {float:right; font-weight:normal;}
109 109
#login-form input#openid_url {background:#fff url(../images/openid-bg.gif) no-repeat 4px 50%; padding-left:24px !important;}
110
#login-form input#login-submit {margin-top:15px; padding:7px; display:block; width:100%; box-sizing: border-box;}
111 110

  
112 111
div.modal { border-radius:5px; background:#fff; z-index:50; padding:4px;}
113 112
div.modal h3.title {display:none;}
......
227 226
table.list td.attachments a {display:block;}
228 227
table.list td.tick {width:15%}
229 228
table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
230
table.list td.checkbox input {padding:0px;}
229
table.list .checkbox input {padding:0px; height: initial;}
231 230
table.list td.buttons, div.buttons { white-space:nowrap; text-align: right; }
232 231
table.list td.buttons a, div.buttons a { margin-right: 0.6em; }
233 232
table.list td.buttons a:last-child, div.buttons a:last-child { margin-right: 0; }
......
396 395
}
397 396
.query-columns select {
398 397
  min-width:150px;
398
  height: auto;
399 399
}
400 400

  
401 401
.query-totals {text-align:right;}
......
450 450
.splitcontenttop {flex: 2; flex-basis: 100%;}
451 451

  
452 452
form {display: inline;}
453
input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
454
input[type="submit"] { -webkit-appearance: button; }
453
input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; height: 24px; padding: 0 7px;}
454
input, select, textarea {border:1px solid #ccc; border-radius:3px; box-sizing: border-box;}
455
select {
456
  -webkit-appearance: none;
457
  -moz-appearance: none;
458
  -ms-appearance: none;
459
  -o-appearance: none;
460
  appearance: none;
461
  background: #fff url(../images/arrow_down.png) no-repeat calc( 100% - 7px) 50%;
462
  padding-right: 20px;
463
}
464
input[type="file"] {border: 0;}
465
input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #fff;}
466
select[multiple=multiple] {background: #fff; padding-right: initial;}
455 467
fieldset {border: 1px solid #e4e4e4; margin:0; min-width: inherit;}
456 468
legend {color: #333;}
457 469
hr { width: 100%; height: 1px; background: #ccc; border: 0;}
......
503 515
fieldset#filters td.operator select {max-width:120px;}
504 516
fieldset#filters td.values { white-space:nowrap; }
505 517
fieldset#filters td.values select {min-width:130px;}
506
fieldset#filters td.values input {height:1em;}
507 518

  
508 519
#filters-table {width:60%; float:left;}
509 520
.add-filter {width:35%; float:right; text-align: right; vertical-align: top;}
......
728 739
  margin-left: -180px;
729 740
  /* width of labels. Should be smaller than left column to create some right margin */
730 741
  width: 175px;
742
  line-height: 24px;
731 743
}
732 744

  
733 745
.tabular label.floating{
......
869 881

  
870 882
input.autocomplete {
871 883
  background: #fff url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px !important;
872
  border:1px solid #9EB1C2; border-radius:2px; height:1.5em;
873 884
}
874 885
input.autocomplete.ajax-loading {
875 886
  background-image: url(../images/loading.gif);
(9-9/14)