summaryrefslogtreecommitdiff
path: root/css/textbook_companion.css
diff options
context:
space:
mode:
authorJayaram R Pai2014-07-16 16:35:37 +0530
committerJayaram R Pai2014-07-16 16:35:37 +0530
commit3045c768df44ed4540eac5702464f8ebb4e3c7d3 (patch)
tree1c64c51ca4f2d8a6e660c39782e9bcba8cd9c0de /css/textbook_companion.css
parent522d4bb92eb8b72e4763540f27070696530b05d0 (diff)
downloadscilab_textbook_companion-3045c768df44ed4540eac5702464f8ebb4e3c7d3.tar.gz
scilab_textbook_companion-3045c768df44ed4540eac5702464f8ebb4e3c7d3.tar.bz2
scilab_textbook_companion-3045c768df44ed4540eac5702464f8ebb4e3c7d3.zip
completed aicte book proposal, fixed #value bug
Diffstat (limited to 'css/textbook_companion.css')
-rwxr-xr-xcss/textbook_companion.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/css/textbook_companion.css b/css/textbook_companion.css
index dc93336..3dba819 100755
--- a/css/textbook_companion.css
+++ b/css/textbook_companion.css
@@ -79,3 +79,18 @@ fieldset input[type="text"]
.page-certificate .sticky-enabled th{
padding: 0px 65px 3px 0px;
}
+#aicte-form-wrapper {
+ max-height: 500px;
+ height: 500px;
+ overflow-y: auto;
+ margin-top: 10px;
+ margin-bottom: 20px;
+ border: 1px solid #cccccc;
+}
+#aicte-form-wrapper fieldset {
+ border: none;
+}
+#aicte-form-wrapper .form-item {
+ padding-bottom: 5px;
+ border-bottom: 1px solid #cccccc;
+}