summaryrefslogtreecommitdiff
path: root/objectapp/static/objectapp/css/src/dashboard_objectapp.sass
blob: 1aa979d9b39306287aa1ffffa40c146519817da7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
body
  &.dashboard
    #content
      width: 75%

.module
  width: 400px
  margin-right: 5px
  table
    width: 100%
    th, td
      font-size: 12px

.managelink
  background: url("../img/manage.png") no-repeat scroll 0 0.2em transparent
  padding-left: 12px

.previewlink
  background: url("../img/preview.png") no-repeat scroll 0 0.2em transparent
  padding-left: 12px

input, textarea, select
  border: 1px solid #cccccc

.vTextField, .vLargeTextField
  width: 25em

.required label, label.required
  color: #333333 !important
  font-weight: bold !important

.button
  float: left
  margin-right: 5px

#contents
  th
    width: 50%
  td
    padding-left: 10px
    a
      font-weight: bold

#quickpost
  th
    width: 20%
    vertical-align: middle
  td
    width: 100%

#comments
  th
    width: 10%
  td
    width: 100%
    white-space: normal
    a
      display: inline

#drafts, #linkbacks, #comments
  th
    font-weight: normal
    a
      font-weight: bold
    abbr
      color: #666666