File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 66 < title > </ title >
77</ head >
88< body >
9- < table width ="100% ">
9+ <!-- <table width="100%">
1010 <tr>
1111 <td><img src="sqlmap_logo.png" /></td>
1212 </tr>
1313 </table>
14- < form id ='optionsForm ' name ="optionsForm ">
14+ -->
15+ < div class ="tab-holder ">
16+ < form id ='optionsForm ' name ="optionsForm ">
1517 < input type ="radio " name ="prog " id ="prog " value ="sqlmap " />
1618 < ul id ="menu ">
1719 < li >
4547 < a href ="#misc "> Misc</ a >
4648 </ li >
4749 </ ul >
50+ </ div >
4851 < div class ="tab-folder ">
4952 < div id ="optimize " class ="tab-content ">
5053 Connection Keep-Alive: < input type ="checkbox " name =
132135 </ div >
133136
134137
135- </ div > < button type ="submit "> Save</ button >
138+ </ div > < div class =" save " > < button type ="submit "> Save</ button > </ div >
136139 </ form >
137140 < script src ="options.js " type ="text/javascript "> </ script >
138141</ body >
Original file line number Diff line number Diff line change 44.tab-folder > : last-child , .tab-folder > .tab-content : target {
55 display : block;
66}
7+
8+ body {
9+ height : 450px ;
10+ }
11+
12+ div .tab-folder {
13+ position : absolute;
14+ left : 200px ;
15+ top : 30px ;
16+ }
17+ div .tab-holder {
18+ position : fixed;
19+ left : 50px ;
20+ }
21+ div .save {
22+ position : absolute;
23+ right : 50px ;
24+ bottom : 50px ;
25+ }
26+
You can’t perform that action at this time.
0 commit comments