-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applied the dry methodology & sort the classes according to the font size
- Loading branch information
1 parent
bb8c8dc
commit c9e4839
Showing
1 changed file
with
17 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,43 @@ | ||
.elfinder-font-mono { | ||
font-family: "Ricty Diminished", "Myrica M", Consolas, "Courier New", Courier, Monaco, monospace; | ||
font-size: 1.1em; | ||
} | ||
|
||
.elfinder-contextmenu .elfinder-contextmenu-item span { | ||
font-size: .72em; | ||
} | ||
|
||
.elfinder-cwd-view-icons .elfinder-cwd-filename { | ||
font-size: .7em; | ||
} | ||
|
||
.elfinder-cwd-view-list td { | ||
font-size: .7em; | ||
.dialogelfinder .dialogelfinder-drag, .elfinder-place-drag .elfinder-navbar-dir, | ||
.elfinder-quicklook-preview-text-wrapper, .elfinder-info-tb { | ||
font-size: .9em; | ||
} | ||
|
||
.std42-dialog .ui-dialog-titlebar { | ||
font-size: .82em; | ||
} | ||
|
||
.std42-dialog .ui-dialog-content { | ||
font-size: .72em; | ||
.elfinder-button-search input { | ||
font-size: .8em; | ||
} | ||
|
||
.std42-dialog .ui-dialog-buttonpane { | ||
.std42-dialog .ui-dialog-buttonpane, .elfinder-toast { | ||
font-size: .76em; | ||
} | ||
|
||
.elfinder-info-tb { | ||
font-size: .9em; | ||
} | ||
|
||
.elfinder-upload-dropbox { | ||
font-size: 1.2em; | ||
} | ||
|
||
.elfinder-upload-dialog-or { | ||
font-size: 1.2em; | ||
} | ||
|
||
.dialogelfinder .dialogelfinder-drag { | ||
font-size: .9em; | ||
} | ||
|
||
.elfinder .elfinder-navbar { | ||
.elfinder-contextmenu .elfinder-contextmenu-item span, .std42-dialog .ui-dialog-content, .elfinder .elfinder-navbar, | ||
.elfinder-quicklook-info-data, .elfinder-button-menu-item, { | ||
font-size: .72em; | ||
} | ||
|
||
.elfinder-place-drag .elfinder-navbar-dir { | ||
font-size: .9em; | ||
} | ||
|
||
.elfinder-quicklook-title { | ||
.elfinder-cwd-view-icons .elfinder-cwd-filename, .elfinder-cwd-view-list td, .elfinder-quicklook-title, | ||
.elfinder-statusbar div { | ||
font-size: .7em; | ||
font-weight: normal; | ||
} | ||
|
||
.elfinder-quicklook-info-data { | ||
font-size: .72em; | ||
} | ||
|
||
.elfinder-quicklook-preview-text-wrapper { | ||
font-size: .9em; | ||
} | ||
|
||
.elfinder-button-menu-item { | ||
font-size: .72em; | ||
} | ||
|
||
.elfinder-button-search input { | ||
font-size: .8em; | ||
.elfinder-upload-dropbox, .elfinder-upload-dialog-or { | ||
font-size: 1.2em; | ||
} | ||
|
||
.elfinder-statusbar div { | ||
font-size: .7em; | ||
.elfinder-font-mono { | ||
font-family: "Ricty Diminished", "Myrica M", Consolas, "Courier New", Courier, Monaco, monospace; | ||
font-size: 1.1em; | ||
} | ||
|
||
.elfinder-drag-num { | ||
font-size: 12px; | ||
} | ||
|
||
.elfinder-toast { | ||
font-size: .76em; | ||
.elfinder-quicklook-title { | ||
font-weight: normal; | ||
} | ||
|