Browse Source

Minor css tweak

pull/160/head
Foley Lynn 8 years ago
parent
commit
33b6cf57e7
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +3
    -0
      edivorce/apps/core/static/css/main.scss

+ 1
- 1
edivorce/apps/core/static/css/main.css
File diff suppressed because it is too large
View File


+ 3
- 0
edivorce/apps/core/static/css/main.scss View File

@ -627,6 +627,9 @@ textarea {
-ms-flex: 0 0 262px; -ms-flex: 0 0 262px;
flex: 0 0 262px; flex: 0 0 262px;
background-color: $brand-titles; background-color: $brand-titles;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
} }
.more_information-column { .more_information-column {
-webkit-box-flex: 100%; -webkit-box-flex: 100%;


Loading…
Cancel
Save