diff --git a/cms/data/content.sqlite b/cms/data/content.sqlite index a4b26a4..4e21937 100644 Binary files a/cms/data/content.sqlite and b/cms/data/content.sqlite differ diff --git a/cms/data/userdata.sqlite b/cms/data/userdata.sqlite index 5db3599..60694e5 100644 Binary files a/cms/data/userdata.sqlite and b/cms/data/userdata.sqlite differ diff --git a/cms/lang/english.admin.lang.php b/cms/lang/english.admin.lang.php index 31db0f7..e2c0c1d 100644 --- a/cms/lang/english.admin.lang.php +++ b/cms/lang/english.admin.lang.php @@ -50,7 +50,7 @@ $lang['login'] = 'Log in'; $lang['login_failed'] = 'User unknown or password wrong'; $lang['login_username'] = 'Name:'; $lang['login_password'] = 'Password:'; -$lang['login_submit'] = 'log in'; +$lang['login_submit'] = 'Log in'; # content $lang['edit_wysiwyg_mode'] = 'WYSIWYG mode'; diff --git a/cms/templates/admin/subtemplates/login.inc.tpl b/cms/templates/admin/subtemplates/login.inc.tpl index 7166221..a64bb39 100644 --- a/cms/templates/admin/subtemplates/login.inc.tpl +++ b/cms/templates/admin/subtemplates/login.inc.tpl @@ -18,7 +18,7 @@ - + diff --git a/static/css/style.css b/static/css/style.css index e5a2eaa..260c08c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -111,9 +111,9 @@ a.pdf { padding-left:23px; background-image:url(../img/p #mylightbox-author { color:#808080; font-size:13px; margin:-8px 0 0 0; padding:0 0 8px 0; } #mylightbox-throbber { width:32px; height:32px; margin:0 auto 0 auto; padding:100px 0; background:url(../img/throbber.gif) no-repeat center; } #mylightbox-photo { position:relative; } -#mylightbox-prev { width:25%; position:absolute; top:0; left:0; bottom:0; background:url(../img/prev.png) no-repeat -1000px 0; z-index:10000; text-indent:-999em; outline:none; } -#mylightbox-prev:hover { background:url(../img/prev.png) no-repeat 10% center, linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.2)); } -#mylightbox-next { width:25%; position:absolute; top:0; right:0; bottom:0; background:url(../img/next.png) no-repeat 1000px 0; z-index:10000; text-indent:-999em; outline:none; } -#mylightbox-next:hover { background:url(../img/next.png) no-repeat 90% center, linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.2)); } +#mylightbox-prev { width:50%; position:absolute; top:0; left:0; bottom:0; background:url(../img/prev.png) no-repeat -1000px 0; z-index:10000; text-indent:-999em; outline:none; } +#mylightbox-prev:hover { background:url(../img/prev.png) no-repeat 7% center; } +#mylightbox-next { width:50%; position:absolute; top:0; right:0; bottom:0; background:url(../img/next.png) no-repeat 1000px 0; z-index:10000; text-indent:-999em; outline:none; } +#mylightbox-next:hover { background:url(../img/next.png) no-repeat 93% center; } #mylightbox-close { width:16px; height:16px; display:inline-block; text-indent:-999em; background:url(../img/close_button.png) no-repeat 0 0; outline:none; opacity:0.7; } #mylightbox-close:hover { opacity:1; } diff --git a/static/img/next.png b/static/img/next.png index c5821e5..992951f 100644 Binary files a/static/img/next.png and b/static/img/next.png differ diff --git a/static/img/prev.png b/static/img/prev.png index 617f55c..8ebe017 100644 Binary files a/static/img/prev.png and b/static/img/prev.png differ