File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
interface/web/themes/default-v2 Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,9 @@ input.button:focus,
679679 width : 16px ;
680680 height : 16px ;
681681}
682-
682+ .topbuttons {
683+ margin-bottom : 10px ;
684+ }
683685/* BUTTONS STANDARD */
684686button : hover ,
685687.buttons a : hover {
@@ -1104,10 +1106,10 @@ div.subsectiontoggle span {
11041106 margin-right : 10px ;
11051107 width : 16px ;
11061108 height : 16px ;
1107- background : url ("../icons/x16/plus_circle_frame .png" ) top left no-repeat;
1109+ background : url ("../icons/button_sprite .png" ) 0 -72 px no-repeat transparent ;
11081110}
11091111div .subsectiontoggle span .showing {
1110- background : url ( "../icons/x16/minus_circle_frame.png" ) top left no-repeat ;
1112+ background-position : 0 -40 px ;
11111113}
11121114div .subsectiontoggle em {
11131115 display : block;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
66 < tmpl _if name ="is_admin ">
77 < div class ="pnl_toolsarea ">
88 < fieldset > < legend > {tmpl_var name="toolsarea_head_txt"}</ legend >
9- < div class ="buttons ">
9+ < div class ="buttons topbuttons ">
1010 < button class ="positive iconstxt icoAdd " type ="button " value ="{tmpl_var name='add_additional_template_txt'} " onClick ="addAdditionalTemplate(); "> < span > Add additional template</ span > </ button >
1111 < button class ="negative iconstxt icoDelete " type ="button " value ="{tmpl_var name='delete_additional_template_txt'} " onClick ="delAdditionalTemplate(); "> < span > Delete additional template</ span > </ button >
1212 </ div >
Original file line number Diff line number Diff line change 11< div class ="pnl_toolsarea ">
22 < fieldset > < legend > {tmpl_var name="toolsarea_head_txt"}</ legend >
3- < div class ="topbuttons ">
3+ < div class ="buttons topbuttons ">
44 < button class ="button iconstxt icoAdd " type ="button " onClick ="loadContent('dns/dns_a_edit.php?zone={tmpl_var name='parent_id'}'); "> < span > A</ span > </ button >
55 < button class ="button iconstxt icoAdd " type ="button " onClick ="loadContent('dns/dns_aaaa_edit.php?zone={tmpl_var name='parent_id'}'); "> < span > AAAA</ span > </ button >
66 < button class ="button iconstxt icoAdd " type ="button " onClick ="loadContent('dns/dns_alias_edit.php?zone={tmpl_var name='parent_id'}'); "> < span > ALIAS</ span > </ button >
You can’t perform that action at this time.
0 commit comments