~cm-t/ubuntu-fr-tour/ubuntu-fr-tour

« back to all changes in this revision

Viewing changes to 13.04/css/error.css

  • Committer: cm-t arudy
  • Date: 2013-10-22 01:24:09 UTC
  • Revision ID: arudy@ubuntu-fr.org-20131022012409-3dmo4i9u4ufohe5f
First Fr push to 13.10
Fixed many icons (updated to new version or fixed graphic)
Added Cloud indicator
Added Keyboard uindicator
Fixed many layout to fit Fr string

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 *  Error window CSS
3
 
 *   author: Anthony Dillon
4
 
 */
5
 
 
6
 
.error-window{
7
 
        left: 0;
8
 
        width:600px;
9
 
        top: 0;
10
 
        display:none;
11
 
        position: absolute;
12
 
}
13
 
 
14
 
.error-window .error-container{
15
 
        padding: 63px 20px 20px 20px;
16
 
        background: url("../img/error/background-download.png") no-repeat 0 -20px;
17
 
        background-color: #efedec;
18
 
        color: #4c4c4c;
19
 
}
20
 
 
21
 
.error-window  .control .close{
22
 
        background:url(../img/error/close-button.png) no-repeat;
23
 
}
24
 
 
25
 
.error-window h1 {
26
 
        color: #fff;
27
 
        font-size: 24px;
28
 
        font-weight:400;
29
 
}
30
 
 
31
 
.error-window  h2 {
32
 
        padding: 10px 0;
33
 
        font-size: 16px;
34
 
        font-weight:400;
35
 
        width:320px;
36
 
        margin-top:50px;
37
 
}
38
 
 
39
 
.error-window .download {
40
 
        padding: 10px 20px;
41
 
                -moz-border-radius: 4px 4px 4px 4px;
42
 
                -webkit-border-radius: 4px 4px 4px 4px;
43
 
        border-radius: 4px 4px 4px 4px;
44
 
        display: block;
45
 
        float: right;
46
 
        margin-top:50px;
47
 
        font-size: 14px;
48
 
        text-decoration: none;
49
 
        border: 1px solid #c0b7b0;
50
 
        cursor: pointer;
51
 
        background: url("../img/welcome/background-link-download.png") center center repeat-x;
52
 
        color: #fff;
53
 
}
54
 
 
55
 
.error-window .download:active {
56
 
        position: relative;
57
 
        top: 1px;
58
 
}