1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-18 11:30:55 +01:00

User policy icons

Summary: User policy icons

Test Plan: Photoshop

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D7611
This commit is contained in:
Chad Little 2013-11-20 07:22:53 -08:00
parent a6b16bb894
commit 47f52216bb
8 changed files with 53 additions and 35 deletions

View file

@ -326,6 +326,16 @@
"rule" : ".status-policy-unknown-white, .dropdown-menu-item:hover .status-policy-unknown", "rule" : ".status-policy-unknown-white, .dropdown-menu-item:hover .status-policy-unknown",
"hash" : "98985bfa005672c4b88feaf88cfa72bc" "hash" : "98985bfa005672c4b88feaf88cfa72bc"
}, },
"status-policy-user" : {
"name" : "status-policy-user",
"rule" : ".status-policy-user",
"hash" : "6c21aa20866d5b86f074bdcf4f487d40"
},
"status-policy-user-white" : {
"name" : "status-policy-user-white",
"rule" : ".status-policy-user-white",
"hash" : "97a569e973df3f1e4fe012adf216ca40"
},
"status-question" : { "status-question" : {
"name" : "status-question", "name" : "status-question",
"rule" : ".status-question", "rule" : ".status-question",

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

View file

@ -13,7 +13,7 @@ only screen and (min-device-pixel-ratio: 1.5),
only screen and (-webkit-min-device-pixel-ratio: 1.5) { only screen and (-webkit-min-device-pixel-ratio: 1.5) {
.sprite-status { .sprite-status {
background-image: url(/rsrc/image/sprite-status-X2.png); background-image: url(/rsrc/image/sprite-status-X2.png);
background-size: 150px 150px; background-size: 150px 165px;
} }
} }
@ -278,138 +278,146 @@ only screen and (-webkit-min-device-pixel-ratio: 1.5) {
background-position: -60px -90px; background-position: -60px -90px;
} }
.status-question-blue { .status-policy-user-white {
background-position: -75px -90px; background-position: -75px -90px;
} }
.status-question-dark { .status-policy-user {
background-position: -90px -90px; background-position: -90px -90px;
} }
.status-question-green { .status-question-blue {
background-position: -105px -90px; background-position: -105px -90px;
} }
.status-question-red { .status-question-dark {
background-position: -120px -90px; background-position: -120px -90px;
} }
.status-question-white { .status-question-green {
background-position: -135px -90px; background-position: -135px -90px;
} }
.status-question { .status-question-red {
background-position: 0px -105px; background-position: 0px -105px;
} }
.status-reject-blue { .status-question-white {
background-position: -15px -105px; background-position: -15px -105px;
} }
.status-reject-dark { .status-question {
background-position: -30px -105px; background-position: -30px -105px;
} }
.status-reject-green { .status-reject-blue {
background-position: -45px -105px; background-position: -45px -105px;
} }
.status-reject-red { .status-reject-dark {
background-position: -60px -105px; background-position: -60px -105px;
} }
.status-reject-white { .status-reject-green {
background-position: -75px -105px; background-position: -75px -105px;
} }
.status-reject { .status-reject-red {
background-position: -90px -105px; background-position: -90px -105px;
} }
.status-right-blue { .status-reject-white {
background-position: -105px -105px; background-position: -105px -105px;
} }
.status-right-dark { .status-reject {
background-position: -120px -105px; background-position: -120px -105px;
} }
.status-right-green { .status-right-blue {
background-position: -135px -105px; background-position: -135px -105px;
} }
.status-right-red { .status-right-dark {
background-position: 0px -120px; background-position: 0px -120px;
} }
.status-right-white { .status-right-green {
background-position: -15px -120px; background-position: -15px -120px;
} }
.status-right { .status-right-red {
background-position: -30px -120px; background-position: -30px -120px;
} }
.status-time-green { .status-right-white {
background-position: -45px -120px; background-position: -45px -120px;
} }
.status-time-orange { .status-right {
background-position: -60px -120px; background-position: -60px -120px;
} }
.status-time-red { .status-time-green {
background-position: -75px -120px; background-position: -75px -120px;
} }
.status-time-yellow { .status-time-orange {
background-position: -90px -120px; background-position: -90px -120px;
} }
.status-up-blue { .status-time-red {
background-position: -105px -120px; background-position: -105px -120px;
} }
.status-up-dark { .status-time-yellow {
background-position: -120px -120px; background-position: -120px -120px;
} }
.status-up-green { .status-up-blue {
background-position: -135px -120px; background-position: -135px -120px;
} }
.status-up-red { .status-up-dark {
background-position: 0px -135px; background-position: 0px -135px;
} }
.status-up-white { .status-up-green {
background-position: -15px -135px; background-position: -15px -135px;
} }
.status-up { .status-up-red {
background-position: -30px -135px; background-position: -30px -135px;
} }
.status-warning-blue { .status-up-white {
background-position: -45px -135px; background-position: -45px -135px;
} }
.status-warning-dark { .status-up {
background-position: -60px -135px; background-position: -60px -135px;
} }
.status-warning-green { .status-warning-blue {
background-position: -75px -135px; background-position: -75px -135px;
} }
.status-warning-red { .status-warning-dark {
background-position: -90px -135px; background-position: -90px -135px;
} }
.status-warning-white { .status-warning-green {
background-position: -105px -135px; background-position: -105px -135px;
} }
.status-warning { .status-warning-red {
background-position: -120px -135px; background-position: -120px -135px;
} }
.status-warning-white {
background-position: -135px -135px;
}
.status-warning {
background-position: 0px -150px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB