summaryrefslogtreecommitdiff
path: root/web/css/msd.css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-11-14 02:52:00 +0300
committerDevaev Maxim <[email protected]>2018-11-14 02:57:47 +0300
commit2916c7fe067ee8093edfda62d2a0bd51b70e4090 (patch)
treef76bde4fadd84c5dd0a3121cc8f8d0f820d7bc15 /web/css/msd.css
parent49a09a6ba168ada706999e9955b531b975edbd5f (diff)
refactoring
Diffstat (limited to 'web/css/msd.css')
-rw-r--r--web/css/msd.css26
1 files changed, 0 insertions, 26 deletions
diff --git a/web/css/msd.css b/web/css/msd.css
deleted file mode 100644
index 46636f03..00000000
--- a/web/css/msd.css
+++ /dev/null
@@ -1,26 +0,0 @@
-div#msd-menu {
- width: 450px;
-}
-div#msd-menu
-div#msd-not-in-operate,
-div#msd-current-image-broken,
-div#msd-another-another-user-uploads,
-input#msd-select-new-image-file,
-div#msd-new-image {
- display: none;
-}
-
-table.msd-info {
- -webkit-user-select: text;
- -moz-user-select: text;
- user-select: text;
- border-spacing: 5px;
- margin: 0 10px 0 10px;
- font-size: 12px;
-}
-
-table.msd-info td.msd-info-value {
- font-weight: bold;
- max-width: 310px;
- overflow: hidden;
-}