~kylehuff/webpg-firefox/master

« back to all changes in this revision

Viewing changes to extension/skin/gmail_overlay.css

  • Committer: kylehuff
  • Date: 2014-02-16 22:46:37 UTC
  • Revision ID: git-v1:19e109700f217ae9af7e9be8d03586b88b548e1c
Merge common objects from webpg-chrome

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    background: #fff;
46
46
}
47
47
.webpg-status-line {
48
 
    color:#f11;
49
 
    font-size:13px;
 
48
    color:#000;
 
49
    font-size:10.5px;
50
50
    text-shadow:#886 0.5px 1px 1px;
51
 
    border-radius:3px;
52
51
}
53
52
.webpg-gmail-status-line {
 
53
    height:auto !important;
 
54
    min-height:30px !important;
 
55
    margin: -2px 10px 0 10px !important;
 
56
    padding:0 6px 0 6px !important;
 
57
    background-color: rgb(239, 239, 239);
 
58
}
 
59
.webpg-gmail-status-line>td {
 
60
    border-radius: 4px;
 
61
    -webkit-border-radius: 4px;
 
62
    -moz-border-radius: 4px;
 
63
    border: 1px solid rgba(127, 127, 127, 0.5);
 
64
}
 
65
.webpg-gmail-status-line>span {
 
66
    height:30px !important;
 
67
}
 
68
.webpg-gmail-status-line .stat-hold {
 
69
    padding:4px 4px 2px 6px;
 
70
    vertical-align:middle !important;
 
71
    line-height:30px !important;
 
72
}
 
73
.webpg-gmail-status-line .stat-hold:nth-child(1) {
 
74
    border-right: 1px solid rgba(127, 127, 127, 0.5);
 
75
    padding:3px 4px 0 0;
54
76
    float:left;
55
 
    position:relative;
56
 
    top:-8px;
57
 
    padding:2px;
 
77
    line-height:inherit !important;
58
78
}
59
 
div.webpg-gmail-status-line {
60
 
    display: inline-table;
61
 
    margin: 4px 0 0 8px;
 
79
.webpg-gmail-status-line span img {
62
80
}
63
81
.webpg-status-line a {
64
82
    text-shadow:none;