~ya-bo-ng/ubuntu-community-website/responsive

« back to all changes in this revision

Viewing changes to style.css

  • Committer: Anthony Dillon
  • Date: 2014-06-24 08:50:45 UTC
  • Revision ID: anthony.dillon@canonical.com-20140624085045-8h2v81mgrssn1o8i
Reduced the focus expand of the search box and updated style of the site tag #1322905

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        line-height: 1.3;
45
45
}
46
46
 
 
47
#box-search form input[type="text"]:focus {
 
48
        width: 120px;
 
49
}
 
50
 
 
51
header.banner .logo-ubuntu span {
 
52
    float: left;
 
53
    font-weight: 300;
 
54
    padding-left: 113px;
 
55
    padding-right: 20px;
 
56
    position: relative;
 
57
    top: 6px;
 
58
}
 
59
 
47
60
.nav-primary li.active a {
48
61
        background: #B83A10;
49
62
}