Skip to content
Snippets Groups Projects
Commit 033eacef authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

use inline confirm button style for password-protected links, ref #15176

parent 33249254
No related branches found
No related tags found
No related merge requests found
#password { #password {
width: 190px !important;
padding: 10px; padding: 10px;
margin: 6px; margin: 6px;
} }
......
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
autocomplete="off" autocapitalize="off" autocorrect="off" autocomplete="off" autocapitalize="off" autocorrect="off"
autofocus /> autofocus />
<img class="svg" id="password-icon" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/> <img class="svg" id="password-icon" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/>
<input type="submit" value="" class="svg icon-confirm" /> <input type="submit" value=""
class="svg icon-confirm input-button-inline" />
</p> </p>
</fieldset> </fieldset>
</form> </form>
...@@ -278,6 +278,14 @@ input[type="submit"].enabled { ...@@ -278,6 +278,14 @@ input[type="submit"].enabled {
border: 1px solid #5e5; border: 1px solid #5e5;
} }
.input-button-inline {
position: absolute !important;
right: 0;
background-color: transparent !important;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
opacity: .3;
}
/* CONTENT ------------------------------------------------------------------ */ /* CONTENT ------------------------------------------------------------------ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment