aboutsummaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorpitu <[email protected]>2017-01-17 00:37:54 -0300
committerpitu <[email protected]>2017-01-17 00:37:54 -0300
commitbdfd512c10986a9b4f137e668be6bd80dbd8f617 (patch)
treef64f3cbcd5888916f8a388f62873732687db934d /public/css/style.css
parentLogin screen on dashboard (diff)
downloadhost.fuwn.me-bdfd512c10986a9b4f137e668be6bd80dbd8f617.tar.xz
host.fuwn.me-bdfd512c10986a9b4f137e668be6bd80dbd8f617.zip
token handling and verification
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css
index ad67545..b8d69ee 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -82,11 +82,13 @@ img.logo { height: 200px; margin-top: 20px; }
------------------ */
section#dashboard { display: none }
+section#auth input { background: rgba(0, 0, 0, 0); }
section#auth input, section#auth a {
border-left: 0px;
border-top: 0px;
border-right: 0px;
border-radius: 0px;
- background: rgba(0, 0, 0, 0);
box-shadow: 0 0 0;
}
+
+section#dashboard .table { font-size: 12px }