diff options
author | Tomek Dubrownik <t.dubrownik@gmail.com> | 2012-01-29 02:34:11 +0100 |
---|---|---|
committer | Tomek Dubrownik <t.dubrownik@gmail.com> | 2012-01-29 02:34:11 +0100 |
commit | 6912034ced9d7856722814bb61ebb51159630dd2 (patch) | |
tree | 2cc5021243fd40f0f7e62b24814ab7afbee7b7b4 /static | |
parent | f9696225a224625d610bbd599ed4ba07409b33e5 (diff) | |
download | checkinator-6912034ced9d7856722814bb61ebb51159630dd2.tar.gz checkinator-6912034ced9d7856722814bb61ebb51159630dd2.tar.bz2 checkinator-6912034ced9d7856722814bb61ebb51159630dd2.zip |
basic user panel
Diffstat (limited to 'static')
-rw-r--r-- | static/css/basic.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/static/css/basic.css b/static/css/basic.css new file mode 100644 index 0000000..d347512 --- /dev/null +++ b/static/css/basic.css @@ -0,0 +1,17 @@ +p.error { + color: red +} +p.message { + color: green +} +table.devices, .devices td, .devices th { + padding: .5em; + border: 1px solid black; + border-collapse: collapse; +} +td.invisible { + background-color: red +} +td.visible { + background-color: green +} |