server/src/main/webapp/static/css/index.css
author ymh <ymh.work@gmail.com>
Sun, 25 May 2014 13:45:24 +0900
changeset 298 2f35c2ae7de8
parent 239 67c2b0fb9b19
child 305 4dc484119b4c
permissions -rw-r--r--
export + import renkans
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
     1
::-moz-selection {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
     2
  background: #a8d1ff;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
     3
  color: inherit;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
     4
  text-shadow: inherit;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
     5
}
97
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
     6
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
     7
::selection {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
     8
  background: #a8d1ff;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
     9
  color: inherit;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    10
  text-shadow: inherit;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    11
}
97
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    12
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    13
body, html {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    14
  height: 100%;
97
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    15
}
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    16
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    17
body, h1, h2, table, tbody, thead, tr, td, th {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    18
  border: none;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    19
  margin: 0;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    20
  padding: 0;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    21
  text-align: left;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    22
  font-size: 100%;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    23
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    24
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    25
body {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    26
  margin: 0;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    27
  padding: 0;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    28
  font-family: Arial, Helvetica, sans-serif;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    29
  background: #F6F6F6;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    30
  color: #333333;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    31
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    32
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    33
h1 {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    34
  margin-bottom: 5px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    35
  padding: 15px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    36
  background: #333333;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    37
  color: #ffffff;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    38
  font-weight: bold;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    39
  font-size: 30px;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    40
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    41
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    42
h2 {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    43
  margin: 12px 15px 2px;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    44
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    45
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    46
h3 {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    47
  color: #999999;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    48
  font-size: 15px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    49
  font-weight: bold;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    50
  font-style: italic;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    51
  margin: 5px 30px;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    52
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    53
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    54
a {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    55
  text-decoration: none;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    56
  color: #3030a0;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    57
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    58
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    59
a:hover {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    60
  text-decoration: underline;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    61
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    62
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    63
table {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    64
  border-collapse: collapse;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    65
  margin: 5px 15px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    66
  border: 1px solid #CCCCCC;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    67
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    68
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    69
th, td {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    70
  padding: 4px 12px 4px 4px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    71
  border: 1px solid #cccccc;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    72
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    73
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    74
thead {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    75
  font-size: 16px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    76
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    77
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    78
tbody {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    79
  font-size: 14px;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    80
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    81
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    82
tbody tr:nth-child(even) {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    83
  background: #fafafa;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    84
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    85
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    86
tbody tr:nth-child(odd) {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    87
  background: #f0f0f0;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    88
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    89
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    90
thead tr {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    91
  background: #666666;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    92
  color: #f0e0e0;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    93
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    94
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    95
tbody tr:hover {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    96
  background: #ffffff;
81
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    97
}
555a094e2000 Changed CSS
veltr
parents: 47
diff changeset
    98
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
    99
.pagination-container {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   100
  margin: 12px 15px 2px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   101
  font-size: 14px;
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
   102
}
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
   103
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
   104
.pagination-container a, .pagination-container span {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   105
  margin: 0 1px 0 1px;
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
   106
}
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
   107
97
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
   108
div#container {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   109
  position: relative; /* needed for footer positioning*/
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   110
  margin: 0 auto; /* center, not in IE5 */
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   111
  height: auto !important; /* real browsers */
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   112
  height: 100%; /* IE6: treaded as min-height*/
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   113
  min-height: 100%; /* real browsers */
97
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
   114
}
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
   115
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
   116
div#wrapper {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   117
  padding-bottom: 1em; /* bottom padding for footer */
97
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
   118
}
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
   119
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   120
header#header {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   121
  border-bottom: 2px solid #ffffff;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   122
  background: #333333;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   123
  color: #ffffff;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   124
  font-weight: bold;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   125
  font-size: 30px;
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   126
}
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   127
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   128
header h1 {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   129
  float: left;
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   130
}
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   131
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   132
header #header-clear {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   133
  clear: both;
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   134
}
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   135
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   136
header .header-nav {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   137
  background: #333333;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   138
  color: #ffffff;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   139
  float: right;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   140
  font-weight: normal;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   141
  font-size: 15px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   142
  margin-bottom: 5px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   143
  padding: 15px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   144
  text-align: right;
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   145
}
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   146
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   147
header .header-nav a, header .header-nav a:ACTIVE, header .header-nav a:LINK,
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   148
  header .header-nav a:VISITED {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   149
  color: #ffffff;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   150
  text-decoration: none;
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   151
}
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   152
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   153
header .header-nav a:HOVER {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   154
  color: #ffffff;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   155
  text-decoration: underline;
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   156
}
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   157
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   158
#header-nav-user-avatar {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   159
  margin: 0 5px 2px 0;
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   160
}
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   161
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   162
footer#footer {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   163
  position: absolute;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   164
  bottom: 0;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   165
  width: 100%;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   166
  font-size: 12px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   167
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   168
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   169
footer#footer div {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   170
  float: right;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   171
  margin: 15px 10px 0 0;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   172
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   173
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   174
#home-link, #home-link:link, #home-link:hover, #home-link:active,
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   175
  #home-link:visited {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   176
  text-decoration: none;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   177
  color: #ffffff;
97
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
   178
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   179
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   180
#inner {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   181
  width: 350px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   182
  height: 170px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   183
  margin: 10px auto;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   184
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   185
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   186
#button {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   187
  margin: 0 auto;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   188
  border-radius: 3px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   189
  text-align: center;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   190
  font: 36px verdana, arial, sans-serif;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   191
  color: white;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   192
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   193
  height: 70px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   194
  line-height: 70px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   195
  background: #555;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   196
  background: -webkit-linear-gradient(#5F5F5F, #565656 50%, #4C4C4C 51%, #373737);
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   197
  background: -moz-linear-gradient(#5F5F5F, #565656 50%, #4C4C4C 51%, #373737);
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   198
  background: -ms-linear-gradient(#5F5F5F, #565656 50%, #4C4C4C 51%, #373737);
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   199
  background: -o-linear-gradient(#5F5F5F, #565656 50%, #4C4C4C 51%, #373737);
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   200
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.9);
97
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
   201
}
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
   202
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   203
#button:hover {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   204
  cursor: pointer;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   205
  background: #666;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   206
  background: -webkit-linear-gradient(#707070, #666666 50%, #5B5B5B 51%, #474747);
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   207
  background: -moz-linear-gradient(#707070, #666666 50%, #5B5B5B 51%, #474747);
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   208
  background: -ms-linear-gradient(#707070, #666666 50%, #5B5B5B 51%, #474747);
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   209
  background: -o-linear-gradient(#707070, #666666 50%, #5B5B5B 51%, #474747);
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   210
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   211
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   212
#button:active {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   213
  box-shadow: inset 0 1px 12px rgba(0, 0, 0, 0.9);
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   214
  background: #444;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   215
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   216
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   217
#label {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   218
  font: 30px verdana, arial, sans-serif bold;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   219
  text-align: center;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   220
  text-shadow: 0 1px 1px #fff;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   221
  height: 70px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   222
  line-height: 70px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   223
  margin: 16px auto 0;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   224
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   225
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   226
form {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   227
  height: 38px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   228
  position: relative;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   229
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   230
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   231
button, input, label {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   232
  font-weight: bold;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   233
  font-size: 15px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   234
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   235
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   236
#inner label {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   237
  padding: 5px 10px 5px 0px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   238
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   239
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   240
#form-fields {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   241
  float: left;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   242
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   243
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   244
#form-fields input {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   245
  width: 290px;
97
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
   246
}
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
   247
f7d611f50e58 add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
   248
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   249
#inner div {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   250
  /*   position: absolute;*/
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   251
  
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   252
}
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   253
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   254
#inner input {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   255
  padding: 5px 10px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   256
  *padding: 0; /* IE7 hack */
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   257
  height: 100%;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   258
  outline: none;
137
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   259
}
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   260
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   261
#inner input[type="text"] {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   262
  background: #fff;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   263
  border: 1px solid #bbb;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   264
  border-radius: 3px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   265
  box-sizing: border-box;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   266
  -moz-box-sizing: border-box;
137
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   267
}
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   268
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   269
#inner button[type="submit"] {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   270
  position: absolute;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   271
  right: -45px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   272
  width: 45px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   273
  height: 38px;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   274
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   275
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   276
#objects-content {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   277
  float: left;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   278
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   279
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   280
#objects-content table {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   281
  width: 100%;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   282
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   283
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   284
.object-tools {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   285
  font-size: 11px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   286
  font-weight: bold;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   287
  font-family: Arial, Helvetica, sans-serif;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   288
  padding-left: 0;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   289
  float: right;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   290
  position: relative;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   291
  margin: -2.4em -15px -2em 0;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   292
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   293
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   294
.object-tools li {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   295
  list-style: none;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   296
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   297
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   298
.object-tools a:link, .object-tools a:visited {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   299
  display: block;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   300
  float: left;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   301
  color: white;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   302
  padding: .1em 8px .1em 8px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   303
  height: 14px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   304
  background: #666666;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   305
  text-decoration: none;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   306
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   307
215
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
   308
.object-table-title {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   309
  width: 250px;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   310
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   311
215
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
   312
.object-table-created {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   313
  width: 120px;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   314
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   315
215
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
   316
.object-table-actions {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   317
  width: 40px;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   318
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   319
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   320
.object-table-actions-disabled, .object-table-actions-disabled:link,
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   321
  .object-table-actions-disabled:visited, .object-table-actions-disabled:hover,
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   322
  .object-table-actions-disabled:active, .object-table-actions-disabled:focus
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   323
  {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   324
  color: gray;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   325
  text-decoration: none;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   326
  cursor: default;
129
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
   327
}
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
   328
215
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
   329
td.object-table-created {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   330
  text-align: center;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   331
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   332
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   333
.form-fields label, .form-fields input, .form-fields textarea,
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   334
  .form-fields #binConfigContainer {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   335
  display: inline-block;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   336
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   337
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   338
.form-fields label {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   339
  width: 150px;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   340
  float: left;
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   341
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   342
239
67c2b0fb9b19 add user and group list in group and user edit pages
ymh <ymh.work@gmail.com>
parents: 222
diff changeset
   343
.form-fields input, .form-fields textarea, .form-fields select {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   344
  width: 200px;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   345
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   346
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   347
.form-fields div {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   348
  margin-bottom: 12px;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   349
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   350
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   351
.form-error {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   352
  color: red;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   353
}
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   354
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   355
#binConfigDiv {
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   356
  position: relative;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   357
  width: 650px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   358
  height: 150px;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   359
}
129
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
   360
141
64af5273ac5e In the admin for space:
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
   361
.binConfigButton {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   362
  font-weight: normal;
141
64af5273ac5e In the admin for space:
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
   363
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   364
141
64af5273ac5e In the admin for space:
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
   365
.binConfigButton[disabled] {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   366
  color: graytext;
141
64af5273ac5e In the admin for space:
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
   367
}
64af5273ac5e In the admin for space:
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
   368
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   369
#binConfigDiv div {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   370
  margin-bottom: 0;
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 97
diff changeset
   371
}
129
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
   372
222
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   373
#object-delete-container {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   374
  margin-left: 12px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   375
  margin-top: 1em;
129
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
   376
}
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
   377
222
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   378
#object-delete-confirm-buttons {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   379
  margin-top: 1em;
129
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
   380
}
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
   381
222
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   382
#object-delete-confirm-buttons form {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   383
  margin: 0;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   384
  padding: 0;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   385
  display: inline;
129
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
   386
}
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
   387
222
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   388
#object-delete-confirm-buttons input[type=submit] {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   389
  margin-right: 12px;
129
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
   390
}
136
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   391
137
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   392
#project-filter-container {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   393
  margin: 12px 0 0 15px;
137
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   394
}
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   395
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   396
#project-filter-container input[type="text"] {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   397
  background: #fff;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   398
  border: 1px solid #bbb;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   399
  border-radius: 3px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   400
  padding: 2px 10px 3px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   401
  box-sizing: border-box;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   402
  -moz-box-sizing: border-box;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   403
  outline: none;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   404
  font-weight: normal;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   405
  font-size: 15px;
137
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   406
}
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   407
137
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   408
#project-filter-container button[type="submit"] {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   409
  
137
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   410
}
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
   411
136
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   412
.proj-sort-form {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   413
  float: right;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   414
  height: auto;
136
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   415
}
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   416
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   417
.proj-sort-form input[type=submit] {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   418
  width: 16px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   419
  height: 16px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   420
  border: 0;
136
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   421
}
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   422
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   423
.proj-sort-form input[type=submit]:HOVER {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   424
  opacity: .5;
136
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   425
}
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   426
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   427
.proj-sortable-col {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   428
  background: url("../img/sort_arrows.png") 0 0;
136
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   429
}
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   430
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   431
.proj-sort-desc-col {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   432
  background: url("../img/sort_arrows.png") 0 -17px;
136
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   433
}
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   434
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   435
.proj-sort-asc-col {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   436
  background: url("../img/sort_arrows.png") 0 -33px;
136
a822178766ce Add column sort for projects
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
   437
}
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   438
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   439
#inner-container {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   440
  margin: 12px 0px 0px 15px;
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   441
}
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   442
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   443
#login-errors {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   444
  color: #ff0000;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   445
  border: 1px solid #ff0000;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   446
  padding: 8px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   447
  margin: 16px 16px 32px;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   448
  width: inherit;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   449
  float: left;
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   450
}
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   451
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 144
diff changeset
   452
#login-form {
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   453
  clear: both;
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
   454
}