cirandas.net

ref: master

public/stylesheets/cms.scss


  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
@import 'cms/fetch-external-feed';
@import 'cms/media-panel';
@import 'cms/access-options';

table.cms-articles {
  table-layout: fixed;
  width: 100%;
}

table.cms-articles td:first-child,
table.cms-articles th:first-child {
  width: 50%;
}

table.cms-articles td:nth-child(2) {
  font-size: 10px;
}

table.cms-articles td:last-child,
table.cms-articles th:last-child {
  width: 121px;
}

table.cms-articles img {
  width: 16px;
  height: 16px;
}

table.cms-articles a.icon {
  display: block;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.cms-articles a.icon, table.cms-articles a.icon-parent-folder, .cms-homepage a.icon {
  padding: 0px 0px 3px 20px;
  background-repeat: no-repeat;
}
table.cms-articles .icon:hover {
  background-color: transparent;
}

#content table.cms-articles .button:hover,
#content table.cms-articles .button {
  margin: 0;
  float: left;
  border-right: none;
}

#content table.cms-articles .button:last-child {
  border-right: 1px solid #ccc;
}

.cms-homepage a.icon {
  border: none;
}

.cms-homepage a:hover {
  background-color: transparent;
}

.select-publish-target {
  margin: 10px 10px 0px 10px;
}

.publish-targets {
  padding: 10px;
  margin: 0px;
}

.publish-targets>li {
  list-style: none;
  padding: 10px 20px 5px 10px;
}

.publish-targets li.mouseover {
  background-color: #eeeeec;
}

.publish-targets div.publish-article-title, .publish-targets .description {
  width: 384px;
  margin-top: 2px;
}

.publish-targets div.publish-article-title .collapsed {
  background-image: url("../images/icons-task/closed-arrow-hover.png");
  background-repeat: no-repeat;
  background-position: 3px 0;
}

.publish-targets div.publish-article-title .expanded {
  background-image: url("../images/icons-task/opened-arrow-hover.png");
  background-repeat: no-repeat;
  background-position: 3px 0;
}

.publish-targets div.publish-article-title label {
  padding-left: 20px;
}

.publish-targets div.publish-article-title input {
  width: 100%;
  border: 1px solid #999;
  padding: 3px 8px;
  margin-bottom: 2px;
}

.select-article-type {
  padding: 5px 20px;
  width: 455px;
}

.article-types {
  padding-left: 5px;
  margin-top: 20px;
}
.article-types li {
  list-style: none;
  float: left;
  width: 180px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding-left: 30px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.article-types .description {
  color: #888a85;
  font-size: smaller;
}
.article-types a {
  text-decoration: none;
  color: black;
}
.article-types li.mouseover {
  background-color: #eeeeec;
}
.controller-cms #article-subitems-hide.hide-button {
  float: right;
  color: white;
}
.controller-cms #article-subitems-show.show-button {
  float: right;
}
.controller-cms #article-subitems-hide.hide-button:hover {
  background-color: transparent;
  color: black;
}
.controller-cms #article-full-path {
  margin: 0px;
  overflow: auto;
  padding: 2px;
  background: #eeeeec;
  border: 1px solid #d3d7cf;
}

.controller-cms .article-mime {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.controller-cms td.article-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.controller-cms .article-controls {
  white-space: nowrap;
}
.controller-cms .categorie_box .button {
  float: left;
}
.controller-cms .categorie_box h5 {
  line-height: 24px;
}
.controller-cms #content ul.categories, .controller-cms #content ul.categories li {
  margin: 0px;
  padding: 1px 0px 1px 4px;
  list-style: none;
}
.controller-cms ul.categories li.cat_checked {
  background: #B8CFE7;
}

.controller-cms select#article_license_id {
  max-width: 100%;
}

.controller-cms .button-bar .icon-delete {
  float: right;
}