From 4583c0c7136c9a3c9782332b515323756887dafb Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 7 Jun 2012 07:53:07 +0100 Subject: [PATCH] Class fixes & new class for full screen .header & .files need top & left CSS props set to avoid centering in full screen New class for screenModeIcon --- lib/coder.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/coder.css b/lib/coder.css index c2ffc54..e202f16 100644 --- a/lib/coder.css +++ b/lib/coder.css @@ -72,13 +72,14 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} 100%{ width:100%;} } -.header {position: absolute; display: inline-block; width: 100%; height: 40px; background-color: #fff; text-align: right; z-index: 2} +.header {position: absolute; display: inline-block; top: 0; left: 0; width: 100%; height: 40px; background-color: #fff; text-align: right; z-index: 2} .header .plugins {position: absolute; display: inline-block; left: 15px; top: 3px} .header .plugins img {position: relative; display: inline-block; margin-right: 15px} +.header .screenModeIcon {position: absolute; top: 5px; right: 178px; cursor: pointer} .header .version {position: relative; display: inline-block; margin-top: 25px; font-size: 10px; color: #bbb} .header .logo {position: relative; margin: 5px 10px 0 5px; cursor: pointer} -.files {position: absolute; display: inline-block; height: 100%; width: 250px; background-color: #444; background-image: url('../images/files-arrow.gif'); background-repeat: no-repeat; background-position: 100% 50%; overflow: hidden; z-index: 1; +.files {position: absolute; display: inline-block; top: 0; left: 0; height: 100%; width: 250px; background-color: #444; background-image: url('../images/files-arrow.gif'); background-repeat: no-repeat; background-position: 100% 50%; overflow: hidden; z-index: 1; -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.4); -moz-box-shadow: 0 0 10px 4px rgba(0,0,0,0.4); box-shadow: 0 0 10px 4px rgba(0,0,0,0.4);