refactored dialog

This commit is contained in:
Athou
2013-05-31 12:00:35 +02:00
parent e934d5b9fd
commit cae7e7f9c8
7 changed files with 142 additions and 42 deletions

View File

@@ -2,6 +2,10 @@
cursor: pointer;
}
.block {
display: block;
}
.rtl {
direction: rtl;
}