Brendan Abolivier vor 9 Jahren
Ursprung
Commit
018438a29f
1 geänderte Dateien mit 7 neuen und 3 gelöschten Zeilen
  1. 7
    3
      popup.html

+ 7
- 3
popup.html Datei anzeigen

6
       body {
6
       body {
7
         font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
7
         font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
8
         font-size: 100%;
8
         font-size: 100%;
9
-        /* avoid an excessively wide status text */
10
-        white-space: pre;
11
         text-overflow: ellipsis;
9
         text-overflow: ellipsis;
12
         overflow: hidden;
10
         overflow: hidden;
13
-        max-width: 400px;
11
+        width: 400px;
12
+        text-align:center;
13
+      }
14
+      button {
15
+        width: 100%;
16
+        height: 50px;
17
+        margin-top: 10px;
14
       }
18
       }
15
     </style>
19
     </style>
16
     <script src="jquery.js"></script>
20
     <script src="jquery.js"></script>