mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-23 01:07:35 +00:00
31 lines
588 B
CSS
31 lines
588 B
CSS
|
.aloha-icon-align {
|
||
|
background: url(../img/align.png) no-repeat !important;
|
||
|
}
|
||
|
|
||
|
.aloha-icon-align-left{
|
||
|
background-position: 0px 0px !important;
|
||
|
}
|
||
|
|
||
|
.aloha-icon-align-center {
|
||
|
background-position: -16px 0px !important;
|
||
|
}
|
||
|
|
||
|
.aloha-icon-align-right {
|
||
|
background-position: -32px 0px !important;
|
||
|
}
|
||
|
|
||
|
.aloha-icon-align-justify {
|
||
|
background-position: -48px 0px !important;
|
||
|
}
|
||
|
|
||
|
.aloha-icon-align-top {
|
||
|
background-position: -64px 0px !important;
|
||
|
}
|
||
|
|
||
|
.aloha-icon-align-middle {
|
||
|
background-position: -80px 0px !important;
|
||
|
}
|
||
|
|
||
|
.aloha-icon-align-bottom {
|
||
|
background-position: -96px 0px !important;
|
||
|
}
|