This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
DIV-205 make name inputs wider
pull/160/head
Foley Lynn
8 years ago
parent
7926b24fe7
commit
575f90ede3
2 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
edivorce/apps/core/static/css/main.css
+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
;
padding
:
12px
15px
;
line-height
:
1em
;
line-height
:
1em
;
&
.
input-wide
{
&
.
input-wide
{
width
:
5
0
%
;
width
:
7
0
%
;
}
}
}
}
@ -402,7 +402,7 @@ input {
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
&
.
input-wide
{
&
.
input-wide
{
width
:
5
0
%
;
width
:
7
0
%
;
}
}
&
.
input-narrow
{
&
.
input-narrow
{
max-width
:
100px
;
max-width
:
100px
;
Write
Preview
Loading…
Cancel
Save