upload tizen1.0 source
[framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.notification.less
index fc0b2da..1e09d15 100644 (file)
@@ -2,7 +2,7 @@
 
 /* tickernoti */
 
-@ticker-height: 100px;
+@ticker-height: 100 * @unit_base;
 
 @-webkit-keyframes ui-ticker-show {
        from {
@@ -45,7 +45,7 @@
 .ui-ticker.show {
        display: block;
        -webkit-animation: ui-ticker-show 0.8s 1 ease;
-       top: 0px;
+       top: 0;
 }
 
 .ui-ticker.hide {
 
 .ui-ticker-btn {
        position: relative;
-       height: 54px;
-       margin-top: 23px;
-       margin-left: 16px;
-       margin-right: 16px;
+       height: 54 * @unit_base;
+       margin-top: 23 * @unit_base;
+       margin-left: 16 * @unit_base;
+       margin-right: 16 * @unit_base;
        vertical-align: middle;
        float: right;
 
 .ui-ticker-icon {
        position: absolute;
        top: 0;
-       height: 64px;
-       width: 64px;
-       margin-top: 18px;
-       margin-bottom: 18px;
-       margin-left: 16px;
-       margin-right: 16px;
+       height: 64 * @unit_base;
+       width: 64 * @unit_base;
+       margin-top: 18 * @unit_base;
+       margin-bottom: 18 * @unit_base;
+       margin-left: 16 * @unit_base;
+       margin-right: 16 * @unit_base;
        vertical-align: middle;
 
        /* FIXME: please fix this image file */
        background: url(images/00_button_call.png) no-repeat;
+       .LESSbackground-size(64 * @unit_base, 64 * @unit_base);
 }
 
 .ui-ticker-text1-bg {
        position: absolute;
        top: 0;
-       height: 28px;
-       left: 96px;
-       margin-top: 20px;
+       height: 28 * @unit_base;
+       left: 96 * @unit_base;
+       margin-top: 20 * @unit_base;
        font-size: 0.8em;
        color: @color_ticker_text1;
 }
 .ui-ticker-text2-bg {
        position: absolute;
        top: 0;
-       height: 32px;
-       left: 96px;
-       margin-top: 48px;
+       height: 32 * @unit_base;
+       left: 96 * @unit_base;
+       margin-top: 48 * @unit_base;
        color: @color_ticker_text2;
 }
 
 /* smallpopup */
 
-@smallpopup-height: 48px;
+@smallpopup-height: 48 * @unit_base;
 
 @-webkit-keyframes ui-smallpopup-show {
        from {
 
 .ui-smallpopup-text-bg {
        position: relative;
-       margin-top: 6px;
-       margin-left: 16px;
+       margin-top: 6 * @unit_base;
+       margin-left: 16 * @unit_base;
        color: @color_smallpopup_text;
 }