From 85b8e6d99714645d4293eefb2860e19392a2b558 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 12 Feb 2012 14:29:23 +0000 Subject: [PATCH] New styles for file manager menu & settings screen Classes added to cover these new things --- lib/coder.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/coder.css b/lib/coder.css index 92248df..578bb54 100644 --- a/lib/coder.css +++ b/lib/coder.css @@ -69,4 +69,15 @@ body {overflow: hidden} -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.4); -moz-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.4); box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.4); -} \ No newline at end of file +} + +.fileMenu {position: absolute; display: none; left: 0px; top: 0px; background-color: #333333; z-index: 10} +.fileMenu a {display: block; padding: 2px 5px; background-color: #444444; color: #eeeeee; text-decoration: none} +.fileMenu a:hover {background-color: #666666} + +.screenContainer {position: absolute; display: table; width: 100%; height: 100%; top: 0px; left: 0px; text-align: center} +.screenContainer .screenVCenter {#position: absolute; display: table-cell; #top: 50%; vertical-align: middle; text-align: center} +.screenVCenter .screenCenter {#position: relative; #top: -50%; text-align: center; display: inline} +.screenCenter .version {position: relative; display: block; margin: 5px 0px 15px 0px; font-size: 10px; color: #bbbbbb} +.screenCenter .accountPassword {border: 1px solid #888888; height: 18px} +.screenCenter .button {border: 0px; background: #666666; color: #ffffff; height: 22px} \ No newline at end of file