From b8aa51b4e88a42cc21390820e94b476ff2454855 Mon Sep 17 00:00:00 2001 From: mattpass Date: Sat, 21 Mar 2020 07:45:06 +0000 Subject: [PATCH] CSS files moved --- {lib => assets/css}/auto-logout-warning.css | 0 {lib => assets/css}/backup-versions.css | 0 lib/adminer.css => assets/css/database.css | 0 {lib => assets/css}/editor.css | 0 assets/css/farbtastic.css | 49 +++++++++++++++++++++ {lib => assets/css}/file-type-icons.css | 0 {lib => assets/css}/file-types.css | 2 +- {lib => assets/css}/files.css | 0 {lib => assets/css}/ftp-manager.css | 0 {lib => assets/css}/help.css | 0 {lib => assets/css}/icecoder.css | 0 {lib => assets/css}/multiple-results.css | 0 {lib => assets/css}/plugins-manager.css | 0 {lib => assets/css}/properties.css | 0 {lib => assets/css}/settings-screen.css | 0 {lib => assets/css}/terminal.css | 0 16 files changed, 50 insertions(+), 1 deletion(-) rename {lib => assets/css}/auto-logout-warning.css (100%) rename {lib => assets/css}/backup-versions.css (100%) rename lib/adminer.css => assets/css/database.css (100%) rename {lib => assets/css}/editor.css (100%) create mode 100644 assets/css/farbtastic.css rename {lib => assets/css}/file-type-icons.css (100%) rename {lib => assets/css}/file-types.css (99%) rename {lib => assets/css}/files.css (100%) rename {lib => assets/css}/ftp-manager.css (100%) rename {lib => assets/css}/help.css (100%) rename {lib => assets/css}/icecoder.css (100%) rename {lib => assets/css}/multiple-results.css (100%) rename {lib => assets/css}/plugins-manager.css (100%) rename {lib => assets/css}/properties.css (100%) rename {lib => assets/css}/settings-screen.css (100%) rename {lib => assets/css}/terminal.css (100%) diff --git a/lib/auto-logout-warning.css b/assets/css/auto-logout-warning.css similarity index 100% rename from lib/auto-logout-warning.css rename to assets/css/auto-logout-warning.css diff --git a/lib/backup-versions.css b/assets/css/backup-versions.css similarity index 100% rename from lib/backup-versions.css rename to assets/css/backup-versions.css diff --git a/lib/adminer.css b/assets/css/database.css similarity index 100% rename from lib/adminer.css rename to assets/css/database.css diff --git a/lib/editor.css b/assets/css/editor.css similarity index 100% rename from lib/editor.css rename to assets/css/editor.css diff --git a/assets/css/farbtastic.css b/assets/css/farbtastic.css new file mode 100644 index 0000000..5d1573e --- /dev/null +++ b/assets/css/farbtastic.css @@ -0,0 +1,49 @@ +.picker { + display: inline-block; +} +.farbtastic { + position: relative; +} +.farbtastic * { + position: absolute; + cursor: crosshair; +} +.farbtastic, .farbtastic .wheel { + width: 195px; + height: 195px; +} +.farbtastic .color, .farbtastic .overlay { + top: 47px; + left: 47px; + width: 101px; + height: 101px; +} +.farbtastic .wheel { + background: url('../images/wheel.png') no-repeat; + width: 195px; + height: 195px; +} +.farbtastic .overlay { + background: url('../images/mask.png') no-repeat; +} +.farbtastic .marker { + width: 17px; + height: 17px; + margin: -8px 0 0 -8px; + overflow: hidden; + background: url('../assets/images/marker.png') no-repeat; +} +.colorValue { + border: 0; + width: 105px; + padding-left: 5px +} +.insertColorValue { + background: #888; + color: #fff; + height: 18px; + width: 60px; + border: 0; + margin-left: 5px; + cursor: pointer +} \ No newline at end of file diff --git a/lib/file-type-icons.css b/assets/css/file-type-icons.css similarity index 100% rename from lib/file-type-icons.css rename to assets/css/file-type-icons.css diff --git a/lib/file-types.css b/assets/css/file-types.css similarity index 99% rename from lib/file-types.css rename to assets/css/file-types.css index efda368..4f71d6e 100644 --- a/lib/file-types.css +++ b/assets/css/file-types.css @@ -10,7 +10,7 @@ .fileManager a {color: #eee; text-decoration: none; cursor: pointer} .fileManager .pft-directory, .fileManager .pft-file {list-style-image: url(../images/blank.gif)} .fileManager ul, .fileManager li {margin-left: 15px; white-space: nowrap} - + /* Default file */ .fileManager LI.pft-directory:before, .fileManager LI.pft-file:before { position: absolute; width: 16px; height: 16px; content: ""; margin-top: -2px; margin-left: -20px; background:url(../images/file-folder-icons.png) no-repeat 0 0; diff --git a/lib/files.css b/assets/css/files.css similarity index 100% rename from lib/files.css rename to assets/css/files.css diff --git a/lib/ftp-manager.css b/assets/css/ftp-manager.css similarity index 100% rename from lib/ftp-manager.css rename to assets/css/ftp-manager.css diff --git a/lib/help.css b/assets/css/help.css similarity index 100% rename from lib/help.css rename to assets/css/help.css diff --git a/lib/icecoder.css b/assets/css/icecoder.css similarity index 100% rename from lib/icecoder.css rename to assets/css/icecoder.css diff --git a/lib/multiple-results.css b/assets/css/multiple-results.css similarity index 100% rename from lib/multiple-results.css rename to assets/css/multiple-results.css diff --git a/lib/plugins-manager.css b/assets/css/plugins-manager.css similarity index 100% rename from lib/plugins-manager.css rename to assets/css/plugins-manager.css diff --git a/lib/properties.css b/assets/css/properties.css similarity index 100% rename from lib/properties.css rename to assets/css/properties.css diff --git a/lib/settings-screen.css b/assets/css/settings-screen.css similarity index 100% rename from lib/settings-screen.css rename to assets/css/settings-screen.css diff --git a/lib/terminal.css b/assets/css/terminal.css similarity index 100% rename from lib/terminal.css rename to assets/css/terminal.css