From 06904506d4c0abcb6b6fa613accc9808e175c9cb Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 28 Aug 2013 02:02:35 +0800 Subject: [PATCH] header.less, got rid of some unused css classes related to the original post window --- public/css/header.less | 17 ++++++++++ public/css/nodebb.less | 3 +- public/css/style.less | 71 ------------------------------------------ 3 files changed, 19 insertions(+), 72 deletions(-) create mode 100644 public/css/header.less diff --git a/public/css/header.less b/public/css/header.less new file mode 100644 index 0000000000..9906dfad03 --- /dev/null +++ b/public/css/header.less @@ -0,0 +1,17 @@ + +#user_label { //belongs in header.less + img { + border: 1px solid #454; + margin-right: 8px; + margin-top: -2px; + float: left; + width:24px; + height:24px; + } + + span { + font-size: 14px; + font-weight: 400; + color: #ded; + } +} \ No newline at end of file diff --git a/public/css/nodebb.less b/public/css/nodebb.less index ca1d45264e..91d14eecfd 100644 --- a/public/css/nodebb.less +++ b/public/css/nodebb.less @@ -3,4 +3,5 @@ @import "topic"; @import "category"; @import "noscript"; -@import "home"; \ No newline at end of file +@import "home"; +@import "header"; \ No newline at end of file diff --git a/public/css/style.less b/public/css/style.less index 37160aa97b..91b3eef276 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -68,77 +68,6 @@ footer.footer { } } -#post_window { - width: 100%; - position: fixed; - height: 350px; - left: 0px; - bottom: 0px; - background: white; - z-index: 1500; - - input { - width: 100%; - height: 30px; - padding: 5px; - } - - textarea { - width: 100%; - background: #222; - height: 220px; - resize: none; - border-radius: 0; - border: 1px solid #111; - font-size: 16px; - color: #bebebe; - outline: 0; - - &:focus { - outline: 0; - border:none !important; - box-shadow:none !important; - } - } - - .post-title-container { - opacity: 0.8; - height: 50px; - } - - .post-content-container { - opacity: 0.8; - background: #000; - width: 100%; - height: 300px; - } -} - - - -#user_label { //belongs in header.less - img { - border: 1px solid #454; - margin-right: 8px; - margin-top: -2px; - float: left; - width:24px; - height:24px; - } - - span { - font-size: 14px; - font-weight: 400; - color: #ded; - } -} - -#reply_title { - font-size: 17px; - padding-top: 14px; - font-weight: 600; -} - .alt-logins { margin: 0 0 0 1em; padding: 0;