File tree Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 72
72
<i class =" fa fa-bars" ></i >
73
73
</button >
74
74
<span id =" lessonTitle" >Welcome To WebGoat</span >
75
- <button type =" button" class =" btn btn-primary btn-sm" >Params/Cookies</button >
76
- <button type =" button" class =" btn btn-primary btn-sm" >Hints</button >
77
- <button type =" button" class =" btn btn-primary btn-sm" >Lesson Plan</button >
78
- <button type =" button" class =" btn btn-primary btn-sm" ng-click =" showSource('lg')" >Java [Source]</button >
79
- <button type =" button" class =" btn btn-primary btn-sm" ng-click =" showSolution('lg')" >Solution</button >
75
+
80
76
</div ><!-- toggle navigation end-->
81
77
</header >
82
78
107
103
<section id =" main-content" >
108
104
<div class =" row" >
109
105
<div class =" col-md-12" >
110
- <div class =" panel" >
111
- <div class =" panel-body" id =" lesson_content" >
112
- <b >This should default to the "How to Work with Webgoat" lesson</b >
113
- </div >
114
-
115
- </div >
106
+ <div class =" panel" id =" buttonPanel" >
107
+ <button type =" button" class =" btn btn-primary btn-xs" >Params/Cookies</button >
108
+ <button type =" button" class =" btn btn-primary btn-xs" >Hints</button >
109
+ <button type =" button" class =" btn btn-primary btn-xs" >Lesson Plan</button >
110
+ <button type =" button" class =" btn btn-primary btn-xs" ng-click =" showSource('lg')" >Java [Source]</button >
111
+ <button type =" button" class =" btn btn-primary btn-xs" ng-click =" showSolution('lg')" >Solution</button >
112
+ </div >
113
+ <div class =" panel" >
114
+ <div class =" panel-body" id =" lesson_content" >
115
+ <b >This should default to the "How to Work with Webgoat" lesson</b >
116
+ </div >
117
+
118
+ </div >
116
119
</div >
117
120
</div >
118
121
</section >
Original file line number Diff line number Diff line change @@ -743,3 +743,8 @@ fieldset[disabled] .btn-warning.active {
743
743
display : none;
744
744
}
745
745
}
746
+
747
+ # buttonPanel {
748
+ padding : 3px ;
749
+ width : auto;
750
+ }
You can’t perform that action at this time.
0 commit comments