Skip to content
Snippets Groups Projects
Commit 79d479c1 authored by alvaro's avatar alvaro
Browse files

Adding CSS

parent 80a4eb68
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,33 @@ class AdminModule extends abstractModule{ ...@@ -27,7 +27,33 @@ class AdminModule extends abstractModule{
background-position: right; background-position: right;
} }
.strong{font-weight: 900; font-size:120%} .strong{font-weight: 900; font-size:120%}
/* Base class */ .cheat-sheet{
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
background:lightgray;
width:400px;
padding:5px;
position:absolute;
border:1px solid black;
right:-370px;
top:121px;
opacity:0.9
}
.cheat-title{
writing-mode:tb-rl;
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-o-transform: rotate(90deg);
white-space:nowrap;
display:block;
width:20px;
height:40px;
font-size:24px;
font-weight:normal;
text-shadow: 0px 0px 1px #333;
}
/* Base class */
.bs-docs-template { .bs-docs-template {
position: relative; position: relative;
margin: 0px 0; margin: 0px 0;
...@@ -39,6 +65,11 @@ class AdminModule extends abstractModule{ ...@@ -39,6 +65,11 @@ class AdminModule extends abstractModule{
-moz-border-radius: 4px; -moz-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
} }
.cheat-list{
margin-left:60px;
margin-top:-40px;
}
/* Echo out a label for the example */ /* Echo out a label for the example */
.bs-docs-template:after { .bs-docs-template:after {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment