瀏覽代碼

Changes to form styling, don't break on resize

Added float left and clear both to textarea.
pull/112/head
Michał Daniel GitHub 7 年之前
父節點
當前提交
b9f0e6633e
共有 1 個檔案被更改,包括 13 行新增0 行删除
  1. +13
    -0
      stylesheets/greybird.css

+ 13
- 0
stylesheets/greybird.css 查看文件

@@ -143,6 +143,19 @@ input[type="text"], input[type="password"], input[type="file"], textarea, select
margin-right: 5px;
}

textarea#body {
clear: both;
float: left;
}

#quick-reply .format-text {
float: none;
}

#quick-reply .format-text > a {
display: inline;
}

input[type="submit"] {
color: #bcbcbc;
font-size: 12px;


Loading…
取消
儲存