FogBugz #121: search from w/o header
This commit is contained in:
parent
f65ebd0134
commit
0ad98d0dd3
2 changed files with 17 additions and 8 deletions
|
|
@ -44,15 +44,19 @@ h2 {
|
|||
.header_new {
|
||||
background: #f9f9f9; /* very light grey */
|
||||
box-shadow: 5px 5px 3px #888;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.header_home { }
|
||||
.header_menu {
|
||||
text-align: center;
|
||||
.header_home {
|
||||
border-right: 1px;
|
||||
border-right-style: solid #eeeeee;
|
||||
border-width: thin; /* thin, medium, thick */
|
||||
padding-right: 15px;
|
||||
}
|
||||
.header_user {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.header_menu { text-align: right; }
|
||||
.header_search { text-align: left; }
|
||||
.header_search input { background: #f9f9f9; font-size: 130%; }
|
||||
.header_user { text-align: right; }
|
||||
.header_actions, .header_actions a {
|
||||
color: #909090; /* medium grey */
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue