Преглед на файлове

修复闹钟显示样式

ting.yin преди 5 години
родител
ревизия
a5cd1ace2c
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      stmms-web/src/main/webapp/static/mark-new/css/style.css
  2. 2 2
      stmms-web/src/main/webapp/static/mark-track/css/style.css

+ 2 - 2
stmms-web/src/main/webapp/static/mark-new/css/style.css

@@ -1197,8 +1197,8 @@ a.button.all-zero-button {
 .clock_popover {
 	top: 30px;
 	left:inherit;
-	right: -35px;
-	width: 320px;
+	right: 0px;
+	width: 250px;
 	text-align: center;
 }
 .clock_popover .popover-content {

+ 2 - 2
stmms-web/src/main/webapp/static/mark-track/css/style.css

@@ -1222,8 +1222,8 @@ i,em {
 .clock_popover {
 	top: 30px;
 	left:inherit;
-	right: -35px;
-	width: 320px;
+	right: 0px;
+	width: 250px;
 	text-align: center;
 }
 .clock_popover .popover-content {