comparison toolbox/static/css/new.less @ 0:b0942f44413f

import from git://github.com/mozilla/toolbox.git
author Jeff Hammel <k0scist@gmail.com>
date Sun, 11 May 2014 09:15:35 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b0942f44413f
1 #new-container {
2 margin-top: 20px;
3 width: 600px;
4 }
5
6 #new {
7 margin: 20px auto;
8 }
9
10 table {
11 text-transform: lowercase;
12 }
13
14 td {
15 padding: .5em .5em;
16
17 &.field-name {
18 text-align: right;
19 }
20
21 input {
22 padding: .2em;
23
24 &:not(.submit) {
25 width: 250px;
26 }
27
28 &[name="name"] {
29 width: 140px;
30 }
31
32 &[name="description"] {
33 width: 320px;
34 }
35 }
36
37 .token-input-list-facebook {
38 width: 240px;
39 }
40 }
41
42 input[type="submit"] {
43 float: right;
44 }
45
46 .button {
47 background-color: #F7F7F7;
48 border-radius: 8px 8px 8px 8px;
49 box-shadow: 0 1px 3px #999999;
50 color: #222222;
51 cursor: pointer;
52 display: inline-block;
53 margin: 0.3em;
54 padding: 0.4em 0.7em;
55 }