diff options
author | Jayaram R Pai | 2014-06-20 14:53:49 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-06-20 14:53:49 +0530 |
commit | d36eacffe82372c7337d446ad252942ec3ba6b82 (patch) | |
tree | 067342a6bc4a51afca0d3a871ad21247d2d53cc3 /cloud.css | |
parent | 8b2c99bd560cbea010ad051d5614e8e2d11c1729 (diff) | |
download | scilab_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-x | cloud.css | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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; +} |