diff --git a/public/css/default.css b/public/css/default.css index 510683dc..b92ea4b2 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -280,29 +280,12 @@ ul#nav li a:hover { margin-bottom: 20px; } .album_button_box > a { - background: #fff; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); - display: inline-block; - float: left; - font-size: 1em; padding: 8px 10px; margin-left: 12px; } -/* Generic boxed content ---------------------------*/ -.boxed_content { - background: #fff; - padding: 25px; - box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); -} -.boxed_content h2 { - font: 300 24px "Open Sans", sans-serif; - margin: 0 0 0.2em; -} - - /* Error pages ----------------*/ .errormsg p { @@ -333,21 +316,6 @@ footer a { } -/* Input -----------*/ -.btn-red { - background: #eebbaa; - border-color: #cc9988; -} -.btn-red:hover, .btn-red:focus { - border-color: #bb7766; - color: #000; -} -.btn-red:focus:not(:active) { - box-shadow: 0px 0px 0px 2px rgba(241, 70, 104, 0.25); -} - - /* Login box styles ---------------------*/ #login { diff --git a/templates/AlbumButtonBox.php b/templates/AlbumButtonBox.php index 4126b726..3956ffb3 100644 --- a/templates/AlbumButtonBox.php +++ b/templates/AlbumButtonBox.php @@ -22,7 +22,7 @@ class AlbumButtonBox extends Template foreach ($this->buttons as $button) echo ' - ', $button['caption'], ''; + ', $button['caption'], ''; echo ' '; diff --git a/templates/PhotoPage.php b/templates/PhotoPage.php index ded285fe..dc24134e 100644 --- a/templates/PhotoPage.php +++ b/templates/PhotoPage.php @@ -242,7 +242,7 @@ class PhotoPage extends Template echo '

Actions

- Delete + Delete
'; } }