~ubuntu-online-tour-team/ubuntu-online-tour/14.04

« back to all changes in this revision

Viewing changes to css/loader.css

  • Committer: Barry McGee
  • Date: 2016-01-15 15:40:17 UTC
  • mto: This revision was merged to the branch mainline in revision 195.
  • Revision ID: barry.mcgee@canonical.com-20160115154017-03ix6sgd09xl0g37
Add gulp.watch for monitor static assets

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* 
 
1
/*
2
2
 *  Loader CSS
3
3
 *  author: Anthony Dillon
4
4
 */
28
28
        height:5px;
29
29
                -moz-border-radius:5px 5px 5px 5px;
30
30
                -webkit-border-radius:5px 5px 5px 5px;
31
 
        border-radius:5px 5px 5px 5px;  
 
31
        border-radius:5px 5px 5px 5px;
32
32
                -moz-box-shadow: 0 0 1px 1px #FFFFFF;
33
33
                -webkit-box-shadow: 0 0 1px 1px #FFFFFF;
34
34
        box-shadow: 0 0 1px 1px #FFFFFF;
45
45
}
46
46
 
47
47
#loader noscript p{
48
 
        margin-top:-170px;
 
48
        margin-top:-250px;
49
49
        margin-left:-30px;
50
50
        border:1px solid #fff;
51
51
        width:340px;
52
52
        padding:20px;
 
53
        font-size: 16px;
 
54
        line-height: 1.5;
53
55
}
54