mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-17 22:47:59 +00:00
* textcolor: fixed plugin bugs, added translation for zh * image: fixed default.jpg src bug * added 'ru' support for seaf edit * rm aloha-0.22.3 and ununsed files in aloha-0.22.7
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;
|
|
} |