Skip to content

Commit 7252f89

Browse files
committed
fixes #313 - improve styles in Zero waiver
1 parent 20e5951 commit 7252f89

1 file changed

Lines changed: 32 additions & 4 deletions

File tree

docroot/includes/zero.css

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,44 @@
6969

7070
.bd textarea {
7171
border: 1px #555 solid;
72-
padding: 5px;
73-
padding-right: 0px;
72+
padding: 1rem;
73+
background-color: white;
74+
border: 1px solid #C0C0C0;
75+
border-radius: .3rem;
76+
box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
7477
}
7578

7679
.bd input,
7780
.bd iframe {
81+
width: 100%;
7882
border: 1px #555 solid;
79-
padding: 2px;
83+
padding: 1rem;
84+
background-color: white;
85+
border: 1px solid #C0C0C0;
86+
border-radius: .3rem;
87+
box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
88+
}
89+
.bd input[type="checkbox"] {
90+
position: relative;
91+
width: 2rem;
92+
top: .8rem;
93+
float: left;
94+
}
95+
.bd input[type="submit"] {
96+
padding: 0.84375em 0.875em 0.78125em;
97+
font-family: Montserrat, "Helvetica Neue", sans-serif;
98+
font-weight: 700;
99+
letter-spacing: 0.046875em;
100+
border: 0;
101+
}
102+
.bd iframe {
103+
height: 40rem;
104+
}
105+
.bd select {
106+
border: 1px solid #C0C0C0;
107+
border-radius: .3rem;
108+
box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
80109
}
81-
82110
.yui-buttongroup {
83111
text-align: center;
84112
}

0 commit comments

Comments
 (0)