diff options
author | Prashant S | 2016-09-06 16:28:26 +0530 |
---|---|---|
committer | GitHub | 2016-09-06 16:28:26 +0530 |
commit | c95635c08a1fb160be7f15ffce35ea854560452f (patch) | |
tree | 96b3ad5ad81eab0111f638808ba15b61813635e0 /css/textbook_companion_fixer.css | |
parent | 271a34be9bb543a344b00e738cc49836e30bdc32 (diff) | |
parent | 41f8054e3baa8c910afd3b6b4fe6739c91b8c571 (diff) | |
download | textbook_companion_fixer-c95635c08a1fb160be7f15ffce35ea854560452f.tar.gz textbook_companion_fixer-c95635c08a1fb160be7f15ffce35ea854560452f.tar.bz2 textbook_companion_fixer-c95635c08a1fb160be7f15ffce35ea854560452f.zip |
Merge pull request #1 from prashantsinalkar/drupal_7.x
Fixed jquery, css code isses
Diffstat (limited to 'css/textbook_companion_fixer.css')
-rwxr-xr-x | css/textbook_companion_fixer.css | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/css/textbook_companion_fixer.css b/css/textbook_companion_fixer.css new file mode 100755 index 0000000..1a91bb0 --- /dev/null +++ b/css/textbook_companion_fixer.css @@ -0,0 +1,47 @@ +#fix-tbc-form #edit-caption { + width: 99% !important; +} +#fix-tbc-form .well { + margin-top: 25px; + width: 620px; + overflow-x: auto; +} +/*#fix-tbc-form #edit-example { + height: 250px; +}*/ +#fix-tbc-page #updating, +#fix-tbc-page #done { + display: none; + position: fixed; + z-index: 2000; + left: 55%; + top: 45%; + padding: 5px 10px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -o-border-radius: 5px; + border-radius: 5px; + -webkit-box-shadow: 0px 0px 10px #cccccc; + -moz-box-shadow: 0px 0px 10px #cccccc; + -obox-shadow: 0px 0px 10px #cccccc; + box-shadow: 0px 0px 10px #cccccc; +} +#fix-tbc-page #updating { + background: #FF851B; +} +#fix-tbc-page #done { + background: #2ECC40; +} +textarea#edit-code { + height: 300px; + width: 650px; +} +.orange { + background: #FF9933 !important; +} +.sync-msg { + font-size: .8em; +} +.messages.success { + background: lightgreen; +} |