Browse Source

DIV-205 make name inputs wider

pull/160/head
Foley Lynn 8 years ago
parent
commit
575f90ede3
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +2
    -2
      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


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

@ -251,7 +251,7 @@ img {
padding: 12px 15px;
line-height: 1em;
&.input-wide {
width: 50%;
width: 70%;
}
}
@ -402,7 +402,7 @@ input {
margin-bottom: 10px;
}
&.input-wide {
width: 50%;
width: 70%;
}
&.input-narrow {
max-width: 100px;


Loading…
Cancel
Save