summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/admin.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-05 09:26:22 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-05 09:38:16 -0600
commitc73a5d596f8b239a8f43d9825d893b96a2f7457a (patch)
treed17d4eba724964c9e0aeaebb4add8d2922adaf6c /app/assets/stylesheets/pages/admin.scss
parent30815a8940c642fa738203da9eda8046eaa0da10 (diff)
downloadgitlab-ce-c73a5d596f8b239a8f43d9825d893b96a2f7457a.tar.gz
Truncate fix, remove unneeded admin-specific css
Diffstat (limited to 'app/assets/stylesheets/pages/admin.scss')
-rw-r--r--app/assets/stylesheets/pages/admin.scss42
1 files changed, 0 insertions, 42 deletions
diff --git a/app/assets/stylesheets/pages/admin.scss b/app/assets/stylesheets/pages/admin.scss
index 44eac21b143..dbf9db39651 100644
--- a/app/assets/stylesheets/pages/admin.scss
+++ b/app/assets/stylesheets/pages/admin.scss
@@ -2,48 +2,6 @@
* Admin area
*
*/
-.admin-dashboard {
- .data {
- a {
- h1 {
- line-height: 48px;
- font-size: 48px;
- padding: 20px;
- text-align: center;
- font-weight: normal;
- }
- }
- }
-
- .str-truncated {
- max-width: 60%;
- }
-}
-
-.admin-filter form {
- .select2-container {
- width: 100%;
- }
-
- .controls {
- margin-left: 130px;
- }
-
- .form-actions {
- padding-left: 130px;
- background: $white-light;
- }
-
- .visibility-levels {
- .controls {
- margin-bottom: 9px;
- }
-
- i {
- color: inherit;
- }
- }
-}
.broadcast-messages {
.message {