From 8cd4844689625c0ea044e8d59200bb1a281e0fff Mon Sep 17 00:00:00 2001 From: devin Date: Tue, 17 Apr 2012 16:32:11 +0800 Subject: [PATCH] html change --- app/assets/stylesheets/desktopmain.css | 36 ++++++++++++++++++++++ app/views/desktop/index.html.erb | 17 ++++++++-- app/views/desktop/settings/themes.html.erb | 22 ++++++++++++- 3 files changed, 71 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/desktopmain.css b/app/assets/stylesheets/desktopmain.css index f53dfd96..af14714c 100644 --- a/app/assets/stylesheets/desktopmain.css +++ b/app/assets/stylesheets/desktopmain.css @@ -275,6 +275,11 @@ a:focus { outline: none; } .theme_plate { overflow: hidden; } .theme_plate > div { float: left; margin-right: 12px; } .theme_plate > div:first-child { margin-right: 48px;} +.stock_background ul { overflow: hidden; } +.stock_background li { float: left; margin: 6px; } +.stock_background a { border: solid 3px #f6f6f6; display: block; } +.stock_background img { display: block; margin: 0 auto; border: solid 1px #fff; } + .s_title { font-size: 15px; line-height: 60px; text-align: left; } .s_action { padding: 24px 0; overflow: hidden; } .setting_btn { @@ -384,6 +389,37 @@ a:focus { outline: none; } font-size: 15px; } +/* Orbit Dialogue */ +#orbitdiag { + position: fixed; + width: 100%; + height: 100%; + left: 0; + top: 0; + z-index: 9; +} +#orbitdiag .tile { background-color: #000; } +.diag_holder { background-color: #000; } +.diag_holder_inner { + width: 600px; + margin: 200px auto 0 auto; + position: relative; + padding: 30px 0; +} +.diag_message { + color: #fff; + font-size: 18px; + padding: 30px 0; +} +.diag_action { clear: both; text-align: right; } +.diag_btn { + display: inline-block; + line-height: 36px; + text-align: center; + font-size: 15px; + margin: 0 6px; +} + #group_wrapper{ } diff --git a/app/views/desktop/index.html.erb b/app/views/desktop/index.html.erb index fb3cf642..d4474f68 100755 --- a/app/views/desktop/index.html.erb +++ b/app/views/desktop/index.html.erb @@ -60,7 +60,7 @@
-
+
@@ -75,7 +75,18 @@
Check the Notifications section for more information.
- + diff --git a/app/views/desktop/settings/themes.html.erb b/app/views/desktop/settings/themes.html.erb index 061be9aa..c89f9f43 100644 --- a/app/views/desktop/settings/themes.html.erb +++ b/app/views/desktop/settings/themes.html.erb @@ -2,6 +2,7 @@
@@ -21,7 +22,7 @@
Preview
-
+
Theme Text1
@@ -62,6 +63,25 @@
+
+
+
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
+
+
\ No newline at end of file