1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-17 22:47:59 +00:00
seahub/media/aloha-0.22.7/plugins/common/align/css/align.css
llj 720ac28c22 [aloha] upgraded to 0.22.7 and added textcolor plugin
* 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
2013-01-15 14:48:04 +08:00

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;
}