@@ -141,99 +141,18 @@ img {
141
141
margin-top : 25px ;
142
142
margin-right : 20px ;
143
143
}
144
- /* Sidebar */
145
- .sidebar {
146
- width : 240px ;
147
- /*height: 100%;*/
148
- background : # 222 ;
149
- position : absolute;
150
- -webkit-transition : all 0.3s ease-in-out;
151
- -moz-transition : all 0.3s ease-in-out;
152
- -o-transition : all 0.3s ease-in-out;
153
- -ms-transition : all 0.3s ease-in-out;
154
- transition : all 0.3s ease-in-out;
155
- z-index : 100 ;
156
- }
157
144
158
- # leftside-navigation {
159
- overflow-y : scroll;
160
- overflow-x : hidden;
161
- }
162
-
163
- # sidebar {
164
- /*background-color:#333;*/
165
- background-color : blue;
166
- }
167
-
168
-
169
- .sidebar-toggle {
170
- margin-left : -240px ;
171
- }
172
- # leftside-navigation ul ,
173
- # leftside-navigation ul ul {
174
- margin : -2px 0 0 ;
175
- padding : 0 ;
176
- }
177
- # leftside-navigation ul li {
178
- list-style-type : none;
179
- border-bottom : 1px solid rgba (255 , 255 , 255 , 0.05 );
180
- }
181
- # leftside-navigation ul li a {
182
- color : # aeb2b7 ;
183
- text-decoration : none;
184
- display : block;
185
- padding : 18px 0 18px 25px ;
186
- font-size : 12px ;
187
- outline : none;
188
- -webkit-transition : all 200ms ease-in;
189
- -moz-transition : all 200ms ease-in;
190
- -o-transition : all 200ms ease-in;
191
- -ms-transition : all 200ms ease-in;
192
- transition : all 200ms ease-in;
193
- }
194
- # leftside-navigation ul li a span {
195
- display : inline-block;
196
- }
197
- # leftside-navigation ul ul li {
198
- background : # 333 ;
199
- margin-bottom : 0 ;
200
- margin-left : 0 ;
201
- margin-right : 0 ;
202
- border-bottom : none;
203
- }
204
- # leftside-navigation ul ul li a {
205
- font-size : 12px ;
206
- padding-top : 13px ;
207
- padding-bottom : 13px ;
208
- color : # aeb2b7 ;
209
- }
210
- # leftside-navigation ul li a i {
211
- width : 20px ;
212
- }
213
- # leftside-navigation ul li a i .fa-angle-right ,
214
- # leftside-navigation ul li a i .fa-angle-left {
215
- padding-top : 3px ;
216
- }
217
- # leftside-navigation ul ul {
218
- display : none;
219
- }
220
- # leftside-navigation li .active ul {
221
- display : block;
222
- }
223
- # leftside-navigation ul li a : hover ,
224
- # leftside-navigation ul li .active > a {
225
- color : # e84c3d ;
226
- }
227
145
.btn-primary + .dropdown-menu > li > a : hover ,
228
146
.btn-primary + .dropdown-menu > li > a : active {
229
147
background-color : # 16a086 ;
230
148
}
231
149
232
150
.sidebar > div > ul > li > ul > li > span .lessonComplete {
233
- float : right;
234
- margin-left : 1.5em ;
151
+ /* float: right;
152
+ margin-left: 1.5em;*/
235
153
margin-right : 5px ;
236
- margin-top : -25px ;
154
+ margin-top : -38px ; /* << don't like doing this, but otherwise it does not line up correctly */
155
+ color : # 0F0
237
156
}
238
157
239
158
/* ==========================================================================
@@ -797,14 +716,109 @@ fieldset[disabled] .btn-warning.active {
797
716
798
717
.table-nonfluid {
799
718
width : auto;
719
+
720
+ }
721
+ .table-nonfluid {
722
+
800
723
}
801
724
802
725
.cookieTable tr td , .paramsTable tr td {
803
726
padding : 3px ;
804
727
max-width : 200px ;
805
728
font-size : x-small;
729
+ word-wrap : break-word;
806
730
}
807
- /* MENU */
731
+
732
+ /* ==========================================================================
733
+ MENU / Sidebar
734
+ ========================================================================== */
735
+ /* Sidebar */
736
+ .sidebar {
737
+ width : 240px ;
738
+ /*height: 100%;*/
739
+ background : # 222 ;
740
+ position : absolute;
741
+ -webkit-transition : all 0.3s ease-in-out;
742
+ -moz-transition : all 0.3s ease-in-out;
743
+ -o-transition : all 0.3s ease-in-out;
744
+ -ms-transition : all 0.3s ease-in-out;
745
+ transition : all 0.3s ease-in-out;
746
+ z-index : 100 ;
747
+ }
748
+
749
+ # leftside-navigation {
750
+ overflow-y : scroll;
751
+ overflow-x : hidden;
752
+ }
753
+
754
+ # sidebar {
755
+ /*background-color:#333;*/
756
+ background-color : blue;
757
+ }
758
+
759
+
760
+ .sidebar-toggle {
761
+ margin-left : -240px ;
762
+ }
763
+ # leftside-navigation ul ,
764
+ # leftside-navigation ul ul {
765
+ margin : -2px 0 0 ;
766
+ padding : 0 ;
767
+ }
768
+ # leftside-navigation ul li {
769
+ list-style-type : none;
770
+ border-bottom : 1px solid rgba (255 , 255 , 255 , 0.05 );
771
+ }
772
+
773
+
774
+ # leftside-navigation ul li a {
775
+ color : # aeb2b7 ;
776
+ text-decoration : none;
777
+ display : block;
778
+ padding : 5px 0 5px 15px ;
779
+ font-size : 12px ;
780
+ outline : none;
781
+ -webkit-transition : all 200ms ease-in;
782
+ -moz-transition : all 200ms ease-in;
783
+ -o-transition : all 200ms ease-in;
784
+ -ms-transition : all 200ms ease-in;
785
+ transition : all 200ms ease-in;
786
+ }
787
+ # leftside-navigation ul li a span {
788
+ display : inline-block;
789
+ }
790
+ # leftside-navigation ul ul li {
791
+ background : # 333 ;
792
+ margin-bottom : 0 ;
793
+ margin-left : 0 ;
794
+ margin-right : 0 ;
795
+ border-bottom : none;
796
+ }
797
+ # leftside-navigation ul ul li a {
798
+ font-size : 11px ;
799
+ padding-top : 5px ;
800
+ padding-bottom : 5px ;
801
+ color : # aeb2b7 ;
802
+ margin-left : 8px ;
803
+ }
804
+ # leftside-navigation ul li a i {
805
+ width : 20px ;
806
+ }
807
+ # leftside-navigation ul li a i .fa-angle-right ,
808
+ # leftside-navigation ul li a i .fa-angle-left {
809
+ padding-top : 3px ;
810
+ }
811
+ # leftside-navigation ul ul {
812
+ display : none;
813
+ }
814
+ # leftside-navigation li .active ul {
815
+ display : block;
816
+ }
817
+ # leftside-navigation ul li a : hover ,
818
+ # leftside-navigation ul li .active > a {
819
+ color : # e84c3d ;
820
+ }
821
+
808
822
.sidebar ul span .lessonComplete {
809
823
float : right;
810
824
margin-left : -5px ;
@@ -820,6 +834,9 @@ fieldset[disabled] .btn-warning.active {
820
834
color : white;
821
835
}
822
836
837
+ # leftside-navigation ul ul .lessonsAndStages .keepOpen {
838
+ display : block
839
+ }
823
840
824
841
/* HINTS */
825
842
# hintsViewTop {
0 commit comments