diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-05-10 13:26:11 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-05-10 13:26:11 +0200 |
commit | 9d0fc862507e1933e447b3c3e92a438400aad263 (patch) | |
tree | c8131e06337ac4ab07d8b73276759bf540a552e4 /tpl/default/page.header.html | |
parent | c69585f30350876c3f9a9b090ff1165c3ec98b79 (diff) | |
download | Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.gz Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.zst Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.zip |
Add classes to default template to avoid using IDs in SCSS
Diffstat (limited to 'tpl/default/page.header.html')
-rw-r--r-- | tpl/default/page.header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index 6f15c1c5..18aa77c8 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html | |||
@@ -95,8 +95,8 @@ | |||
95 | </div> | 95 | </div> |
96 | </div> | 96 | </div> |
97 | 97 | ||
98 | <div id="content"> | 98 | <div id="content" class="container"> |
99 | <div id="search" class="subheader-form"> | 99 | <div id="search" class="subheader-form searchform-block header-search"> |
100 | <form method="GET" class="pure-form searchform" name="searchform"> | 100 | <form method="GET" class="pure-form searchform" name="searchform"> |
101 | <input type="text" tabindex="1" id="searchform_value" name="searchterm" placeholder="{'Search text'|t}" | 101 | <input type="text" tabindex="1" id="searchform_value" name="searchterm" placeholder="{'Search text'|t}" |
102 | {if="!empty($search_term)"} | 102 | {if="!empty($search_term)"} |
@@ -122,7 +122,7 @@ | |||
122 | </div> | 122 | </div> |
123 | {if="!isLoggedIn()"} | 123 | {if="!isLoggedIn()"} |
124 | <form method="post" name="loginform"> | 124 | <form method="post" name="loginform"> |
125 | <div class="subheader-form" id="header-login-form"> | 125 | <div class="subheader-form header-login-form" id="header-login-form"> |
126 | <input type="text" name="login" placeholder="{'Username'|t}" tabindex="3"> | 126 | <input type="text" name="login" placeholder="{'Username'|t}" tabindex="3"> |
127 | <input type="password" name="password" placeholder="{'Password'|t}" tabindex="5"> | 127 | <input type="password" name="password" placeholder="{'Password'|t}" tabindex="5"> |
128 | <div class="remember-me"> | 128 | <div class="remember-me"> |