diff options
| author | Florian Dold <florian.dold@gmail.com> | 2017-05-28 23:15:41 +0200 |
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2017-05-28 23:15:41 +0200 |
| commit | b6e774585d32017e5f1ceeeb2b2e2a5e350354d3 (patch) | |
| tree | 080cb5afe3b48c0428abd2d7de1ff7fe34d9b9b1 /src/pages/popup.css | |
| parent | 38a74188d759444d7e1abac856f78ae710e2a4c5 (diff) | |
move webex specific things in their own directory
Diffstat (limited to 'src/pages/popup.css')
| -rw-r--r-- | src/pages/popup.css | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/src/pages/popup.css b/src/pages/popup.css deleted file mode 100644 index 675412c11..000000000 --- a/src/pages/popup.css +++ /dev/null @@ -1,84 +0,0 @@ - -/** - * @author Gabor X. Toth - * @author Marcello Stanisci - * @author Florian Dold - */ - -body { - min-height: 20em; - width: 30em; - margin: 0; - padding: 0; - max-height: 800px; - overflow: hidden; -} - -.nav { - background-color: #ddd; - padding: 0.5em 0; -} - -.nav a { - color: black; - padding: 0.5em; - text-decoration: none; -} - -.nav a.active { - background-color: white; - font-weight: bold; -} - - -.container { - overflow-y: scroll; - max-height: 400px; -} - -.abbrev { - text-decoration-style: dotted; -} - -#content { - padding: 1em; -} - - -#wallet-table .amount { - text-align: right; -} - -.hidden { - display: none; -} - -#transactions-table th, -#transactions-table td { - padding: 0.2em 0.5em; -} - -#reserve-create table { - width: 100%; -} - -#reserve-create table td.label { - width: 5em; -} - -#reserve-create table .input input[type="text"] { - width: 100%; -} - -.historyItem { - border: 1px solid black; - border-radius: 10px; - padding-left: 0.5em; - margin: 0.5em; -} - -.historyDate { - font-size: 90%; - margin: 0.3em; - color: slategray; -} |
