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 @@