~lutostag/ubuntu/utopic/maas/1.5.2

« back to all changes in this revision

Viewing changes to src/maasserver/static/css/components/search_box.css

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-06-03 17:59:31 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: package-import@ubuntu.com-20130603175931-1ifwga0vj04p8vu6
Tags: upstream-1.4+bzr1527+dfsg
ImportĀ upstreamĀ versionĀ 1.4+bzr1527+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
form.search {
2
 
    position: relative;
3
 
    width: 228px;
 
2
    position: absolute;
 
3
    top: 0;
 
4
    right: 0;
 
5
    width: 450px;
4
6
    height: 26px;
5
7
    }
6
8
#header form.search {