File tree 2 files changed +33
-23
lines changed
out/content/pages/spriteeditor
2 files changed +33
-23
lines changed Original file line number Diff line number Diff line change @@ -2838,7 +2838,6 @@ Spritemate stylesheet
2838
2838
float : right;
2839
2839
}
2840
2840
2841
-
2842
2841
# preview-canvas
2843
2842
{
2844
2843
text-align : center;
@@ -2849,15 +2848,25 @@ Spritemate stylesheet
2849
2848
{
2850
2849
min-height : 30px ;
2851
2850
padding-bottom : 8px ;
2852
- image-rendering : optimizeSpeed; /* Older versions of FF */
2853
- image-rendering : -moz-crisp-edges; /* FF 6.0+ */
2854
- image-rendering : -webkit-optimize-contrast; /* Safari */
2855
- image-rendering : -o-crisp-edges; /* OS X & Windows Opera (12.02+) */
2856
- image-rendering : pixelated; /* Awesome future-browsers */
2857
- -ms-interpolation-mode : nearest-neighbor; /* IE */
2858
2851
}
2859
2852
2860
-
2853
+ .window_footer
2854
+ {
2855
+ min-height : 30px ;
2856
+ padding-top : 8px ;
2857
+ }
2858
+
2859
+ .window_footer-section {
2860
+ margin-right : 10px ;
2861
+ padding-right : 10px ;
2862
+ float : left;
2863
+ }
2864
+
2865
+ .window_footer_text {
2866
+ text-align : right;
2867
+ font-size : large;
2868
+ display : inline-block;
2869
+ }
2861
2870
2862
2871
/*
2863
2872
@@ -3023,7 +3032,8 @@ Spritemate stylesheet
3023
3032
}
3024
3033
3025
3034
.ui-tooltip {
3026
- max-width : fit-content;
3035
+ white-space : nowrap;
3036
+ position : fixed;
3027
3037
}
3028
3038
3029
3039
.ui-dialog .ui-dialog-titlebar
You can’t perform that action at this time.
0 commit comments