Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venshop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huanvl
venshop
Commits
093f8e4f
Commit
093f8e4f
authored
Oct 17, 2013
by
vulehuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add card button and reskin search button
parent
e76f5204
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
static_html/css/style.css
+9
-0
static_html/index.html
+5
-2
No files found.
static_html/css/style.css
View file @
093f8e4f
...
@@ -49,6 +49,7 @@ h1.logo a {
...
@@ -49,6 +49,7 @@ h1.logo a {
bottom
:
13px
;
bottom
:
13px
;
right
:
10px
;
right
:
10px
;
box-shadow
:
4px
4px
4px
#666
;
box-shadow
:
4px
4px
4px
#666
;
border-radius
:
5px
;
}
}
.block-user-action
ul
,
.block-user-action
li
{
.block-user-action
ul
,
.block-user-action
li
{
...
@@ -67,6 +68,14 @@ h1.logo a {
...
@@ -67,6 +68,14 @@ h1.logo a {
padding-bottom
:
10px
;
padding-bottom
:
10px
;
}
}
.block-search
.btn
span
{
margin-right
:
7px
;
}
.block-search
.btn
:hover
{
color
:
#FFFF00
;
}
.block-search
.btn-default
{
.block-search
.btn-default
{
font-weight
:
bold
;
font-weight
:
bold
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
...
...
static_html/index.html
View file @
093f8e4f
...
@@ -30,8 +30,10 @@
...
@@ -30,8 +30,10 @@
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<a
data-toggle=
"modal"
href=
"#map-modal"
class=
"btn btn-primary"
>
<a
data-toggle=
"modal"
href=
"#map-modal"
class=
"btn btn-primary"
>
<span
class=
"glyphicon glyphicon-user"
></span>
Login
<span
class=
"glyphicon glyphicon-user"
></span>
Login
</a>
<a
href=
""
class=
"btn btn-default
last
"
>
<span
</a>
<a
href=
""
class=
"btn btn-default"
>
<span
class=
"glyphicon glyphicon-hand-right"
></span>
Register
class=
"glyphicon glyphicon-hand-right"
></span>
Register
</a>
<a
href=
""
class=
"btn btn-danger last"
>
<span
class=
"glyphicon glyphicon-shopping-cart"
></span>
0 item(s)
</a>
</a>
</div>
</div>
</div>
</div>
...
@@ -42,7 +44,8 @@
...
@@ -42,7 +44,8 @@
<input
id=
"txt-keyword"
type=
"text"
class=
"form-control"
<input
id=
"txt-keyword"
type=
"text"
class=
"form-control"
placeholder=
"Enter keywords"
value=
""
>
<span
placeholder=
"Enter keywords"
value=
""
>
<span
class=
"input-group-btn"
>
<a
id=
"btn-search"
class=
"input-group-btn"
>
<a
id=
"btn-search"
class=
"btn btn-default"
href=
"javascript:void(0)"
>
Search
</a>
class=
"btn btn-default"
href=
"javascript:void(0)"
><span
class=
"glyphicon glyphicon-search"
></span>
Search
</a>
</span>
</span>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment