aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/templates/media/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'snakeplan/templates/media/css/screen.css')
-rw-r--r--snakeplan/templates/media/css/screen.css43
1 files changed, 41 insertions, 2 deletions
diff --git a/snakeplan/templates/media/css/screen.css b/snakeplan/templates/media/css/screen.css
index fe141c5..303d9ac 100644
--- a/snakeplan/templates/media/css/screen.css
+++ b/snakeplan/templates/media/css/screen.css
@@ -16,8 +16,8 @@ a {
16 color: #00F; 16 color: #00F;
17} 17}
18 18
19form, table, .action-bar { 19form, table, .action-bar, ul.list-table {
20 width: 75%; 20 width: 60%;
21 margin: auto; 21 margin: auto;
22} 22}
23 23
@@ -134,6 +134,45 @@ fieldset legend {
134 display: none; 134 display: none;
135} 135}
136 136
137ul.list-table {
138 list-style-type: none;
139 padding: 0;
140}
141
142ul.list-table li {
143 margin: 0 5px 5px 5px;
144 padding: 5px;
145}
146
147/*********************************************************************
148 * jQuery UI Styles *
149 *********************************************************************/
150ul.list-table li.ui-state-highlight {
151 height: 1.5em;
152 line-height: 1.2em;
153}
154
155span.overlay-close {
156 cursor: pointer;
157 position: absolute;
158 top: 5px;
159 right: 5px;
160}
161
162.overlay-display-box {
163 position: absolute;
164}
165
166.overlay-background {
167 cursor: pointer;
168 position: absolute;
169}
170
171.overlay-foreground {
172 padding: 10px;
173 position: absolute;
174}
175
137 176
138/********************************************************************* 177/*********************************************************************
139 * Projects * 178 * Projects *