biola_frontend_toolkit 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0596b321430d9f654cece276bd27ca6816da15d
|
|
4
|
+
data.tar.gz: e537b8e23f7d6b291dbbccaacd2cb797bcd33188
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38a688312207a4b6ace952133cb42cba2658d03028882424e77c4155ae9406d89c00faa6f55fa3935a7925a68f092caca88edb370b3c11106e2601bb6d6c3401
|
|
7
|
+
data.tar.gz: adbe416656a5cad661655f64efa52d1a05c8f812e8a85a23e60104cc4e4286e802cff12405204bf4b96285cf636f2c8a23948c680653c37f82d5a281a21d3737
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#wrapperBiolaHeader { background:#111; width:100%; }
|
|
5
5
|
|
|
6
|
+
|
|
6
7
|
#biolaHeader { margin:0 auto; padding:0 15px; height: 42px;
|
|
7
8
|
.overflow-container { overflow:hidden; position: relative; height: 42px; }
|
|
8
9
|
a { text-decoration:none; color:#FFF; font-weight:normal; }
|
|
@@ -24,13 +25,24 @@
|
|
|
24
25
|
.biola-header-more { right: 5px; }
|
|
25
26
|
|
|
26
27
|
#profile_link { float: right; height: 42px;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
$profile-img-height: 25px;
|
|
29
|
+
|
|
30
|
+
a.dropdown-toggle {
|
|
31
|
+
display: block;
|
|
32
|
+
text-decoration: none;
|
|
33
|
+
text-align: center;
|
|
34
|
+
padding: 8px 5px;
|
|
35
|
+
line-height: 42px;
|
|
36
|
+
color: #CCC;
|
|
37
|
+
line-height: $profile-img-height; // Fixes positioning error when there is no image
|
|
38
|
+
|
|
39
|
+
i.fa { vertical-align: middle; }
|
|
40
|
+
.fa-stack { width: $profile-img-height; height: $profile-img-height; line-height: $profile-img-height;
|
|
41
|
+
i.fa-stack-2x { color: #eee; font-size: $profile-img-height; }
|
|
30
42
|
i.fa-stack-1x { color: #777; font-size: 1em; }
|
|
31
43
|
}
|
|
32
44
|
}
|
|
33
|
-
#profile-img { height:
|
|
45
|
+
#profile-img { height: $profile-img-height; width: $profile-img-height; background-size: contain; border-radius: 100px; border: 1px solid #ccc; background-color: white; background-position: center center; }
|
|
34
46
|
.dropdown-menu { margin-top: -8px;
|
|
35
47
|
a { color: #333; }
|
|
36
48
|
}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
// Customize header dropdown menus. Declare both 'dropdown custom-dropdown' classes on the HTML element.
|
|
2
2
|
// We will still use the default Bootstrap dropdown but will overwrite some of it's default styles.
|
|
3
|
-
.custom-dropdown {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
.dropdown-
|
|
3
|
+
.custom-dropdown {
|
|
4
|
+
display: inline;
|
|
5
|
+
z-index: 4000; // should be less than 5000 because that is fullscreen redactor
|
|
6
|
+
|
|
7
|
+
.dropdown-toggle {}
|
|
8
|
+
.dropdown-menu {
|
|
9
|
+
top: 122%;
|
|
10
|
+
border-radius: 0;
|
|
11
|
+
min-width: 230px;
|
|
12
|
+
|
|
8
13
|
> li {
|
|
9
14
|
> a { padding: 10px 20px;
|
|
10
15
|
i { margin-right: 8px; }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: biola_frontend_toolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Hall
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootstrap-sass
|