Changeset - 285b620fe5ae
[Not reviewed]
default
0 1 0
Mads Kiilerich - 12 years ago 2013-06-03 15:57:24
madski@unity3d.com
Transplanted from: 0940cf9937b6
css: make text input fields less small

They are important and should perhaps be even bigger.
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -1298,7 +1298,7 @@ tbody .yui-dt-editable { cursor: pointer
 
    border-right: 1px solid #eaeaea;
 
    border-bottom: 1px solid #eaeaea;
 
    color: #000;
 
    font-size: 11px;
 
    font-size: 12px;
 
    margin: 0;
 
    padding: 7px 7px 6px;
 
}
 
@@ -1316,7 +1316,7 @@ tbody .yui-dt-editable { cursor: pointer
 
    border-style: solid;
 
    border-width: 1px;
 
    color: #000000;
 
    font-size: 11px;
 
    font-size: 12px;
 
    margin: 0;
 
    padding: 7px 7px 6px;
 
}
 
@@ -1357,7 +1357,7 @@ input.disabled {
 
    border-right: 1px solid #eaeaea;
 
    border-bottom: 1px solid #eaeaea;
 
    margin: 0 0 0 200px;
 
    padding: 10px;
 
    padding: 7px 7px 6px;
 
}
 

	
 
#content div.box div.form div.fields div.field div.textarea-editor {
 
@@ -1371,7 +1371,7 @@ input.disabled {
 
    overflow: hidden;
 
    background: #FFF;
 
    color: #000;
 
    font-size: 11px;
 
    font-size: 12px;
 
    outline: none;
 
    border-width: 0;
 
    margin: 0;
0 comments (0 inline, 0 general)