summaryrefslogtreecommitdiff
path: root/website/static/css/base.css
diff options
context:
space:
mode:
authorkomalsheth2862016-09-20 17:29:09 +0530
committerkomalsheth2862016-09-20 17:29:09 +0530
commit170d96914f0226118a9d1a46ec55973b91c7bdf2 (patch)
tree8fb14a11591df9aaebebd3b77b08508a5bf77a9a /website/static/css/base.css
parentfe4cae16b848c9aa24f71b7a0c3947090c985bfe (diff)
downloadSciPy2016-170d96914f0226118a9d1a46ec55973b91c7bdf2.tar.gz
SciPy2016-170d96914f0226118a9d1a46ec55973b91c7bdf2.tar.bz2
SciPy2016-170d96914f0226118a9d1a46ec55973b91c7bdf2.zip
New Commit
Diffstat (limited to 'website/static/css/base.css')
-rwxr-xr-xwebsite/static/css/base.css21
1 files changed, 19 insertions, 2 deletions
diff --git a/website/static/css/base.css b/website/static/css/base.css
index e0dde7c..262604b 100755
--- a/website/static/css/base.css
+++ b/website/static/css/base.css
@@ -1,3 +1,19 @@
+.myIframe {
+position: relative;
+padding-bottom: 65.25%;
+padding-top: 30px;
+height: 0;
+overflow: auto;
+-webkit-overflow-scrolling:touch;
+}
+.myIframe iframe {
+position: absolute;
+left: 0;
+right: 0;
+width: 100%;
+height: 100%;
+}
+
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
@@ -1770,14 +1786,14 @@ select[multiple].input-lg {
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
- color: #636363;
+ color: white;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: white;
- background-color: #636363;
+ background-color: #D44727 ;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
@@ -1845,6 +1861,7 @@ select[multiple].input-lg {
#my_form input{
width: 300px;
+ height:35px;
}
#my_form a{