diff options
author | Jayaram R Pai | 2014-08-04 16:16:18 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-09-01 22:12:25 +0530 |
commit | b05847459755de88ad638973d4f351883fd00d51 (patch) | |
tree | 48b8a2c28b6254b816acfbedf5ae80dd334d41e2 /css | |
parent | 0d8e9f1dfead4388e3842dddcfffd19d89ecc042 (diff) | |
download | r_tbc_fixer-b05847459755de88ad638973d4f351883fd00d51.tar.gz r_tbc_fixer-b05847459755de88ad638973d4f351883fd00d51.tar.bz2 r_tbc_fixer-b05847459755de88ad638973d4f351883fd00d51.zip |
added page to edit example code
Diffstat (limited to 'css')
-rw-r--r-- | css/scilab_fixer.css | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/css/scilab_fixer.css b/css/scilab_fixer.css index 2468fb4..964317f 100644 --- a/css/scilab_fixer.css +++ b/css/scilab_fixer.css @@ -1,16 +1,16 @@ -#fix-caption-form #edit-caption { +#fix-tbc-form #edit-caption { width: 99% !important; } -#fix-caption-form .well { +#fix-tbc-form .well { margin-top: 25px; width: 620px; overflow-x: auto; } -#fix-caption-form #edit-example { +#fix-tbc-form #edit-example { height: 250px; } -#fix-caption-page #updating, -#fix-caption-page #done { +#fix-tbc-page #updating, +#fix-tbc-page #done { display: none; position: fixed; z-index: 2000; @@ -26,9 +26,13 @@ -obox-shadow: 0px 0px 10px #cccccc; box-shadow: 0px 0px 10px #cccccc; } -#fix-caption-page #updating { +#fix-tbc-page #updating { background: #FF851B; } -#fix-caption-page #done { +#fix-tbc-page #done { background: #2ECC40; } +textarea#edit-code { + height: 300px; + width: 650px; +} |