Todo.txt-Enyo/app/source/styles.css
2012-03-11 21:06:11 -04:00

37 lines
637 B
CSS

/*Your CSS here*/
/* TODO: retheme this whole bloddy mess */
.todo-header {
background-color: #448820;
color: white;
}
.todo-view-title {
font-size: 90%;
}
.box-center {
width: 320px;
margin: 23px auto 0;
}
.left-col {
margin-right: 7px;
color: #777777;
}
.mid-col {
margin-right: 5px;
}
.pri-a { color: yellow; }
.pri-b { color: green; }
.pri-c { color: slateblue; }
.dialog-fix {
height: 100%;
}
.completed-item {
color: #aaaaaa;
}
.selected-item {
background: grey;
color: white;
}
.ver-history { font-size: 16px; }
.version { font-weight: bold;}
.enyo-modaldialog > * { height:100%; }