summaryrefslogtreecommitdiff
path: root/cloud.css
diff options
context:
space:
mode:
authorJayaram R Pai2014-06-20 14:53:49 +0530
committerJayaram R Pai2014-06-20 14:53:49 +0530
commitd36eacffe82372c7337d446ad252942ec3ba6b82 (patch)
tree067342a6bc4a51afca0d3a871ad21247d2d53cc3 /cloud.css
parent8b2c99bd560cbea010ad051d5614e8e2d11c1729 (diff)
downloadscilab_cloud_interface-d36eacffe82372c7337d446ad252942ec3ba6b82.tar.gz
scilab_cloud_interface-d36eacffe82372c7337d446ad252942ec3ba6b82.tar.bz2
scilab_cloud_interface-d36eacffe82372c7337d446ad252942ec3ba6b82.zip
added link to display example reviews
Diffstat (limited to 'cloud.css')
-rwxr-xr-xcloud.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/cloud.css b/cloud.css
index b08d687..5fe7cd5 100755
--- a/cloud.css
+++ b/cloud.css
@@ -1,3 +1,9 @@
+.pull-left {
+ float: left !important;
+}
+.pull-right{
+ float: right !important;
+}
div.lalg {
float: left;
width: 100px;
@@ -151,3 +157,22 @@ display: inline-block;
padding: 5px;
border: 2px solid green;
}
+#nos {
+ display: none;
+ padding: 2px;
+ color: #333333;
+ background: #ffffff;
+ border: 1px solid #ffffff;
+ border-radius: 3px;
+ text-decoration: none;
+ font-size: 0.9em;
+ -webkit-transition: all .5s ease-out;
+ -moz-transition: all .5s ease-out;
+ -o-transition: all .5s ease-out;
+ transition: all .5s ease-out;
+}
+#nos:hover {
+ background: #333333;
+ color: #ffffff;
+ border: 1px solid #ffffff;
+}