summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJayaram R Pai2014-07-24 12:05:16 +0530
committerJayaram R Pai2014-07-24 12:05:16 +0530
commit486f87707795b4c56f5aef7477e04cb3ba0df2bc (patch)
treeb04acf81e8ef102284aa2a800758c3cac36cf4a8 /css
parentfc7bc9e503568faf7b666614ff2cff0124e1df63 (diff)
downloadscilab_textbook_companion-486f87707795b4c56f5aef7477e04cb3ba0df2bc.tar.gz
scilab_textbook_companion-486f87707795b4c56f5aef7477e04cb3ba0df2bc.tar.bz2
scilab_textbook_companion-486f87707795b4c56f5aef7477e04cb3ba0df2bc.zip
made aicte list public
Diffstat (limited to '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 3dba819..6883f5a 100755
--- a/css/textbook_companion.css
+++ b/css/textbook_companion.css
@@ -79,6 +79,21 @@ fieldset input[type="text"]
.page-certificate .sticky-enabled th{
padding: 0px 65px 3px 0px;
}
+#aicte-list-wrapper {
+ max-height: 500px;
+ height: 500px;
+ overflow-y: auto;
+ margin-top: 10px;
+ margin-bottom: 20px;
+ border: 1px solid #cccccc;
+}
+#aicte-list-wrapper .title {
+ border-bottom: 1px solid #cccccc;
+ padding: 7px 0 7px 4px;
+}
+#aicte-list-wrapper .title:hover {
+ background: #f5f5f5;
+}
#aicte-form-wrapper {
max-height: 500px;
height: 500px;