added background images to username and password fields in taskbar

This commit is contained in:
hyung-hwan 2015-03-26 12:47:37 +00:00
parent 2dcc5883fe
commit 424f73ef6c
5 changed files with 19 additions and 2 deletions

View File

@ -651,6 +651,7 @@ pre.prettyprint li.L9 { background: #eee }
right: 0.8em;
top: 0.8em;
}
#taskbar_signin_form_panel {
background-color: black;
padding: 0.6em 0.6em 0.6em 0.6em;
@ -661,10 +662,12 @@ pre.prettyprint li.L9 { background: #eee }
-moz-border-radius-topright:2px;
white-space: nowrap;
}
#taskbar_signin_button_panel {
float: right;
margin-left: 0.3em;
}
#taskbar_signin_button_panel a {
color: #0073EA;
}
@ -676,4 +679,14 @@ pre.prettyprint li.L9 { background: #eee }
white-space: nowrap;
}
#taskbar_user_name {
background: url("images/username.png") no-repeat scroll 0% 0% rgb(234, 231, 231);
background-position: 0px 1px !important;
padding-left: 24px;
}
#taskbar_user_pass {
background: url("images/password.png") no-repeat scroll 0% 0% rgb(234, 231, 231);
background-position: 0px 1px !important;
padding-left: 24px;
}

View File

@ -31,6 +31,7 @@ www_DATA = \
page_white_add.png \
page_white_delete.png \
page_white_edit.png \
password.png \
script.png \
sitemap_color.png \
submitbg.png \
@ -52,7 +53,8 @@ www_DATA = \
ui-icons_666666_256x240.png \
ui-icons_ff0084_256x240.png \
ui-icons_ffffff_256x240.png \
up.png
up.png \
username.png
EXTRA_DIST = $(www_DATA)

View File

@ -226,6 +226,7 @@ www_DATA = \
page_white_add.png \
page_white_delete.png \
page_white_edit.png \
password.png \
script.png \
sitemap_color.png \
submitbg.png \
@ -247,7 +248,8 @@ www_DATA = \
ui-icons_666666_256x240.png \
ui-icons_ff0084_256x240.png \
ui-icons_ffffff_256x240.png \
up.png
up.png \
username.png
EXTRA_DIST = $(www_DATA)
all: all-am

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B