diff options
author | Filipp Lepalaan <filipp@mac.com> | 2010-04-11 20:54:06 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2010-04-11 20:54:06 +0300 |
commit | 6f2e6899cc404f314648782920e343c8529885d3 (patch) | |
tree | 7d0129a6818f9554e76b60c913ce89a888b9f964 /public/css/screen.css | |
download | atwork-6f2e6899cc404f314648782920e343c8529885d3.tar.gz atwork-6f2e6899cc404f314648782920e343c8529885d3.tar.bz2 atwork-6f2e6899cc404f314648782920e343c8529885d3.zip |
First commit
Diffstat (limited to 'public/css/screen.css')
-rw-r--r-- | public/css/screen.css | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/public/css/screen.css b/public/css/screen.css new file mode 100644 index 0000000..38fef4b --- /dev/null +++ b/public/css/screen.css @@ -0,0 +1,79 @@ +/** + * + */ +body { + margin:0; + padding:0; +} +#page { + width:900px; + margin:30px auto 30px auto; + font: 75% "Helvetica Neue", "Trebuchet MS", Verdana, sans-serif; +} +#month { + width:885px; + height:655px; + padding:15px; + border:1px solid #888; + -moz-border-radius:12px; + -webkit-border-radius:12px; +} +.day { + width:110px; + height:110px; + background-color:#cacaca; + float:left; + margin:2px; + padding:5px; + border:1px solid #444; + -moz-border-radius:5px; + -webkit-border-radius:5px; + color:#000; + font-weight:bold; +} +.day:hover { + cursor:pointer; + background-color:#888; + color:#fff; +} +.ui-dialog { + font-size: 65%; +} +table { + width:100%; + border-collapse:collapse; +} +th { + text-align:left; +} +#header { + height:40px; + text-align:center; +} +#header span { + font-weight:bold; +} +select { + width:85px; + font-size:12pt !important; +} +img.icon { + float:left; + margin:3px 5px; +} +h2 { + margin:0px; +} +.hours { + font-size:2.6em; + text-align:center; + margin: 20px auto; + font-weight:bold; + color:#999; +} +textarea { + width:360px; + resize:none; + padding:3px; + height:80px; +}
\ No newline at end of file |