diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-07-09 20:26:04 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-07-09 20:26:04 -0400 |
| commit | 4bd53b79465d6bdc653d7857752732cc93b4ad27 (patch) | |
| tree | 9550dfc0068f71047fb1fe1a510352706a459dc5 /public/css/screen.css | |
| parent | e687ae58246b67cc909d8f7b695f30c069f51ede (diff) | |
loading users; login; logout
Diffstat (limited to 'public/css/screen.css')
| -rw-r--r-- | public/css/screen.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/screen.css b/public/css/screen.css index e403029..458078b 100644 --- a/public/css/screen.css +++ b/public/css/screen.css @@ -373,6 +373,7 @@ button:active { #userViewContainer { position: fixed; top: 160px; left: 320px; width: 350px; + background-color: rgba(255,255,255,0.92); float: left; } /* line 218, ../src/screen.sass */ |
