Browse Source

minor style changes

pull/10/head
Mark (ilosuna) 11 years ago
parent
commit
396034baa5
7 changed files with 6 additions and 6 deletions
  1. BIN
      cms/data/content.sqlite
  2. BIN
      cms/data/userdata.sqlite
  3. +1
    -1
      cms/lang/english.admin.lang.php
  4. +1
    -1
      cms/templates/admin/subtemplates/login.inc.tpl
  5. +4
    -4
      static/css/style.css
  6. BIN
      static/img/next.png
  7. BIN
      static/img/prev.png

BIN
cms/data/content.sqlite View File


BIN
cms/data/userdata.sqlite View File


+ 1
- 1
cms/lang/english.admin.lang.php View File

@ -50,7 +50,7 @@ $lang['login'] = 'Log in';
$lang['login_failed'] = 'User unknown or password wrong'; $lang['login_failed'] = 'User unknown or password wrong';
$lang['login_username'] = 'Name:'; $lang['login_username'] = 'Name:';
$lang['login_password'] = 'Password:'; $lang['login_password'] = 'Password:';
$lang['login_submit'] = 'log in';
$lang['login_submit'] = 'Log in';
# content # content
$lang['edit_wysiwyg_mode'] = 'WYSIWYG mode'; $lang['edit_wysiwyg_mode'] = 'WYSIWYG mode';


+ 1
- 1
cms/templates/admin/subtemplates/login.inc.tpl View File

@ -18,7 +18,7 @@
<input id="pw" type="password" name="userpw" class="form-control" /> <input id="pw" type="password" name="userpw" class="form-control" />
</div> </div>
<input type="submit" class="btn btn-large btn-primary" value="<?php echo $lang['login_submit']; ?>" />
<input type="submit" class="btn btn-lg btn-primary" value="<?php echo $lang['login_submit']; ?>" />
</fieldset> </fieldset>
</form> </form>


+ 4
- 4
static/css/style.css View File

@ -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-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-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-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 { 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; } #mylightbox-close:hover { opacity:1; }

BIN
static/img/next.png View File

Before After
Width: 50  |  Height: 49  |  Size: 2.3 KiB Width: 26  |  Height: 41  |  Size: 1.2 KiB

BIN
static/img/prev.png View File

Before After
Width: 50  |  Height: 49  |  Size: 2.3 KiB Width: 26  |  Height: 41  |  Size: 1.1 KiB

Loading…
Cancel
Save