css
This commit is contained in:
parent
7f9cc1cd0a
commit
ce8594e5b1
|
@ -1,13 +1,11 @@
|
||||||
#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
|
#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
|
||||||
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; color: #AAA;}
|
#sortable li { font-size: 1.4em; color: #AAA;}
|
||||||
#sortable li span { position: absolute; margin-left: -1.3em; }
|
#sortable li span { position: absolute; margin-left: -1.3em; }
|
||||||
.portlet {
|
.portlet {
|
||||||
margin: 0 1em 1em 0;
|
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
}
|
}
|
||||||
.backlog-list-header {
|
.backlog-list-header {
|
||||||
padding: 0.2em 0.3em;
|
padding: 0.2em 0.3em;
|
||||||
margin-bottom: 0.1em;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.portlet-toggle {
|
.portlet-toggle {
|
||||||
|
@ -25,6 +23,8 @@
|
||||||
margin: 0 1em 1em 0;
|
margin: 0 1em 1em 0;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
.ui-widget-content { background: #000; color: #aaa;}
|
||||||
|
.ui-widget-header { background: #333; color: #aaa;}
|
||||||
.punch-default { border: 0px solid #AAA; background: #000; }
|
.punch-default { border: 0px solid #AAA; background: #000; }
|
||||||
.inProgress { background: /*#80ffcc;*/ #555; color: #000; }
|
.inProgress { background: /*#80ffcc;*/ #555; color: #000; }
|
||||||
.hide { display: none; }
|
.hide { display: none; }
|
||||||
|
|
Loading…
Reference in New Issue