diff --git a/public/themes/default/theme.css b/public/themes/default/theme.css index 3214d6c..c63171e 100644 --- a/public/themes/default/theme.css +++ b/public/themes/default/theme.css @@ -26,4 +26,10 @@ a:focus, a:hover { .navbar .navbar-brand:hover, .navbar .navbar-nav > li > a:hover { color: #fff !important; +} + +.navbar-toggler +{ + border-color: #b3d1ff !important; + color: #b3d1ff !important; } \ No newline at end of file diff --git a/resources/assets/css/admin.css b/resources/assets/css/admin.css index 3315054..e85c07b 100644 --- a/resources/assets/css/admin.css +++ b/resources/assets/css/admin.css @@ -2,20 +2,11 @@ margin-bottom: 15px; } -.admin-sidebar-card .card-block { - padding: 10px; -} - .album-expand-handle { cursor: pointer; margin-top: 5px; } -.card-header.card-danger { - color: #fff; - font-weight: bold; -} - .photo .loading { background-color: #ffffff; display: none; diff --git a/resources/lang/en/gallery.php b/resources/lang/en/gallery.php index 5f173b6..3701e02 100644 --- a/resources/lang/en/gallery.php +++ b/resources/lang/en/gallery.php @@ -10,6 +10,9 @@ return [ 'back_to_album' => 'Back to :name', 'index_no_results_heading' => 'Start something amazing', 'index_no_results_text' => 'This gallery is currently empty. If you are the owner of this gallery, you can create new albums and upload photos using the :admin_link.', + 'manage_album_link' => 'Manage', + 'manage_album_link_2' => 'Manage Album', + 'open_album_link' => 'Open Album', 'other_albums_description' => 'You may also be interested in the following albums.', 'other_albums_heading' => 'More Albums in :album_name' ]; \ No newline at end of file diff --git a/resources/views/themes/base/admin/create_album.blade.php b/resources/views/themes/base/admin/create_album.blade.php index 287fc49..ee0028d 100644 --- a/resources/views/themes/base/admin/create_album.blade.php +++ b/resources/views/themes/base/admin/create_album.blade.php @@ -19,12 +19,12 @@
{{ csrf_field() }} -
+
- + @if ($errors->has('name')) -