diff options
author | adityacp | 2016-04-04 12:47:34 +0530 |
---|---|---|
committer | adityacp | 2016-04-15 14:01:51 +0530 |
commit | 5853f4d7653f98e8956a58b29d3b3759f4dedec6 (patch) | |
tree | df22f0fab822960ab163f591aebe7cdc4b8a82ae /yaksh/static/yaksh/css/base.css | |
parent | 9532d2eebbec4aabc32b9b3db027827d25fc1e35 (diff) | |
download | online_test-5853f4d7653f98e8956a58b29d3b3759f4dedec6.tar.gz online_test-5853f4d7653f98e8956a58b29d3b3759f4dedec6.tar.bz2 online_test-5853f4d7653f98e8956a58b29d3b3759f4dedec6.zip |
design css and html changes
Diffstat (limited to 'yaksh/static/yaksh/css/base.css')
-rw-r--r-- | yaksh/static/yaksh/css/base.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/yaksh/static/yaksh/css/base.css b/yaksh/static/yaksh/css/base.css index af3ba8b..2273263 100644 --- a/yaksh/static/yaksh/css/base.css +++ b/yaksh/static/yaksh/css/base.css @@ -221,7 +221,7 @@ body { box-shadow: 0 1px 2px rgba(0,0,0,.15); } .content .span10, -.content { +.content .span14{ min-height: 475px; } .content .span4 { @@ -495,8 +495,6 @@ h4 small { } h5 { font-size: 14px; - color:white; - text-align:left; } h6 { font-size: 13px; @@ -1796,7 +1794,6 @@ footer { -ms-transition: 0.1s linear all; -o-transition: 0.1s linear all; transition: 0.1s linear all; - margin-right:50px } .btn:hover { background-position: 0 -15px; @@ -2360,7 +2357,6 @@ height:100px; width:730px; resize:None; overflow:hidden; - } .bash{ padding:0; @@ -2370,3 +2366,6 @@ resize:none; overflow:hidden; background-color:white; } +textarea[readonly]{ +cursor: not-allowed; +} |