Commit c1bb12e0 authored by Vanesssa's avatar Vanesssa

改进 - #12150

parent 03a5559f
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</a> </a>
<span class="right"> <span class="right">
<span>${userName}</span><a href="${servePath}" title='${indexLabel}'>${indexLabel}</a><a href='javascript:admin.logout();' title='${logoutLabel}'>${logoutLabel}</a> <a href="${servePath}" title='${indexLabel}'>${indexLabel}</a><a href='javascript:admin.logout();' title='${logoutLabel}'>${logoutLabel}</a>
</span> </span>
</div> </div>
<div id="tabs"> <div id="tabs">
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* admin style * admin style
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 1.0.5.1, May 30, 2015 * @version 2.0.5.1, Aug 23, 2016
*/ */
/* start resset */ /* start resset */
...@@ -25,7 +25,6 @@ body, input, textarea { ...@@ -25,7 +25,6 @@ body, input, textarea {
font-family: "Helvetica Neue","Luxi Sans","DejaVu Sans",Tahoma,"Hiragino Sans GB","Microsoft Yahei",sans-serif;; font-family: "Helvetica Neue","Luxi Sans","DejaVu Sans",Tahoma,"Hiragino Sans GB","Microsoft Yahei",sans-serif;;
} }
html, body { html, body {
height: 100%;
min-width: 1024px; min-width: 1024px;
color: #767676; color: #767676;
background: #f1f2f7; background: #f1f2f7;
...@@ -76,7 +75,7 @@ button.selected { ...@@ -76,7 +75,7 @@ button.selected {
position: relative; position: relative;
} }
#tabsPanel { #tabsPanel {
margin: 80px 0 0 240px; margin: 50px 0 0 240px;
padding: 15px; padding: 15px;
} }
...@@ -93,6 +92,7 @@ button.selected { ...@@ -93,6 +92,7 @@ button.selected {
#tabsPanel_link-list > div:first-child{ #tabsPanel_link-list > div:first-child{
background-color: #FFF; background-color: #FFF;
border-radius: 4px; border-radius: 4px;
margin-bottom: 40px;
overflow: hidden; overflow: hidden;
} }
...@@ -103,7 +103,7 @@ button.selected { ...@@ -103,7 +103,7 @@ button.selected {
padding: 2px 0; padding: 2px 0;
position: fixed; position: fixed;
text-align: center; text-align: center;
top: 15px; top: 3px;
left: 255px; left: 255px;
z-index: 1001; z-index: 1001;
} }
...@@ -121,12 +121,14 @@ button.selected { ...@@ -121,12 +121,14 @@ button.selected {
position: absolute; position: absolute;
text-align: center; text-align: center;
width: 100%; width: 100%;
padding-left: 240px;
box-sizing: border-box;
} }
/* end frame */ /* end frame */
/* start top-nav */ /* start top-nav */
#top { #top {
height: 80px; height: 50px;
position: fixed; position: fixed;
box-shadow: 1px 0 3px rgba(0,0,0,.15); box-shadow: 1px 0 3px rgba(0,0,0,.15);
width: 100%; width: 100%;
...@@ -139,19 +141,18 @@ button.selected { ...@@ -139,19 +141,18 @@ button.selected {
background: #1fb5ad; background: #1fb5ad;
float: left; float: left;
width: 240px; width: 240px;
height: 80px; height: 50px;
position: relative; position: relative;
color: #F7F7F7; color: #F7F7F7;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
font-size: 20px; font-size: 20px;
line-height: 80px; line-height: 50px;
} }
#top > .right a, #top > .right a{
#top > .right span {
color: #555; color: #555;
line-height: 80px; line-height: 50px;
margin: 0 10px; margin: 0 10px;
border: 1px solid #f6f6f6; border: 1px solid #f6f6f6;
background-color: #f6f6f6; background-color: #f6f6f6;
...@@ -170,7 +171,7 @@ button.selected { ...@@ -170,7 +171,7 @@ button.selected {
height: 100%; height: 100%;
min-height: 468px; min-height: 468px;
width: 240px; width: 240px;
margin-top: 80px; margin-top: 50px;
position: fixed; position: fixed;
top: 0; top: 0;
background-color: #32323a; background-color: #32323a;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment