source: OpenWorkouts-current/ow/static/______css/ui/form.css @ 5cbc4a0

currentfeature/docs
Last change on this file since 5cbc4a0 was 5cbc4a0, checked in by Segundo Fdez <segun.2@…>, 5 years ago

Update dashboard and login with less.

  • Property mode set to 100644
File size: 366 bytes
Line 
1/* Generic default forms */
2form{
3    width: 100%;
4}
5
6legend {
7    display: none;
8}
9
10fieldset {
11    border: none;
12    padding: 0;
13}
14fieldset > div {
15    margin-bottom: 1.5em;
16}
17
18label {
19    display: block;
20    font-size: 13px;
21    margin-bottom: .25em;
22}
23input {
24    width: 100%;
25    padding: .5em .75em;
26    border: 1px solid transparent;
27    border-radius: 2px;
28}
Note: See TracBrowser for help on using the repository browser.