summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2011-10-06 19:30:21 -0700
committerArun Persaud <apersaud@lbl.gov>2011-10-06 21:26:44 -0700
commit92b91104986b28919e4a3603ce1bc7fbde0b8fbb (patch)
tree5b6d538d59638aa1aebafdc606a46378a9f904fe /css
parent82a95233b5eec850096bae969d5dd70105c65586 (diff)
downloade-DoKo-92b91104986b28919e4a3603ce1bc7fbde0b8fbb.tar.gz
e-DoKo-92b91104986b28919e4a3603ce1bc7fbde0b8fbb.tar.bz2
e-DoKo-92b91104986b28919e4a3603ce1bc7fbde0b8fbb.zip
started on better mobile support
some changes in order of HTML, but mostly CSS
Diffstat (limited to 'css')
-rw-r--r--css/narrow.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/css/narrow.css b/css/narrow.css
new file mode 100644
index 0000000..9367a31
--- /dev/null
+++ b/css/narrow.css
@@ -0,0 +1,52 @@
+.main {
+ background-color: #fff;
+ margin-left: 0em;
+ margin-right: 0em;
+ min-height: 0em;
+}
+
+header, footer {
+ margin-left: 0em;
+ margin-right: 0em;
+}
+
+
+.lastlogin {
+ left: 0.2em;
+ top: 1.2em;
+}
+
+.session div.sessionscore div, .status {
+ right:0em;
+}
+
+.usermenu {
+ left: 0em;
+}
+
+.notes {
+ position:relative;
+ top:0em;
+ left:0;
+ margin:0.1em;
+ margin-top:0em;
+ margin-left:0em;
+
+ width: 100%;
+
+ border: 2px solid gray;
+
+ padding:0.3em;
+
+ background-color: #efefef;
+
+ height:100%;
+ overflow: auto;
+ z-index:0;
+}
+
+.user { margin-left:5%;margin-right:5%; }
+
+div.table img.table {
+ width:50%;
+} \ No newline at end of file