Skip to content

Commit e6a53c1

Browse files
Merge pull request IBM#39 from srl295/ui-tweak
Make Search field not run into text LGTM thanks
2 parents fa6bb3c + f74c321 commit e6a53c1

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

css/style.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,17 +281,17 @@ background:url(../imgs/news.jpg) no-repeat;
281281

282282
#wrapper .java
283283
{
284-
//border-top: 4px solid #510FAD;
284+
/* border-top: 4px solid #510FAD; */
285285
}
286286

287287
#wrapper .ruby
288288
{
289-
//border-top: 4px solid #33CCCC;
289+
/* border-top: 4px solid #33CCCC; */
290290
}
291291

292292
#wrapper .javascript
293293
{
294-
//border-top: 4px solid #FFBE40;
294+
/* border-top: 4px solid #FFBE40; */
295295
}
296296

297297
.section-title
@@ -302,6 +302,16 @@ background:url(../imgs/news.jpg) no-repeat;
302302
margin: 3px;
303303
}
304304

305+
label.search span
306+
{
307+
text-transform: uppercase;
308+
float: left;
309+
padding-top: 6px;
310+
padding-left: 19px;
311+
font-weight: 700;
312+
padding-right: .25em;
313+
}
314+
305315
.section-title .title
306316
{
307317
font-family: Helvetica;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<div class="row">
6464
<div class="col-sm-12 col-md-12 col-lg-12">
6565
<div id="wrapper">
66-
<label for="search" class="col-lg-4 control-label search" style=""><span style="float:left; padding-top:6px; padding-left: 19px;font-weight: 700">SEARCH</span> <input type="search" id="search" class="search-query span3 filter input-medium" placeholder="Our Repos..."></label>
66+
<label for="search" class="col-lg-4 control-label search" style=""><span>Search</span> <input type="search" id="search" class="search-query span3 filter input-medium" placeholder="Our Repos..."></label>
6767

6868
<div id="repos" class="columns collapse-group">
6969

0 commit comments

Comments
 (0)