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: 622342c9e25e185e894ec067fce8136388f3c635
4
- data.tar.gz: ddee8f2cad319bfa810720e1c9cb927f686b22c2
3
+ metadata.gz: b0596b321430d9f654cece276bd27ca6816da15d
4
+ data.tar.gz: e537b8e23f7d6b291dbbccaacd2cb797bcd33188
5
5
  SHA512:
6
- metadata.gz: 00193101e7b1fe4f262935996253865ac1dc21abc028aa999e4d34204b0f01387f74d274f577e5068e75bb215124e93075072e4155e94a2303b612964451145b
7
- data.tar.gz: b055bcc2da1bc6115673c6f84134f47d01a1a751af87ffb759d170228084eb171f09ce20eb36d70b388b3d2a649f986c77d2f85e42140f3f2b01b26a6caf3896
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
- a.dropdown-toggle { text-decoration: none; padding: 8px 5px;
28
- .fa-stack { width: 25px; height: 25px; line-height: 25px;
29
- i.fa-stack-2x { color: #eee; font-size: 25px; }
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: 25px; width: 25px; background-size: contain; border-radius: 100px; border: 1px solid #ccc; background-color: white; background-position: center center; }
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 { float: right;
4
- .dropdown-toggle { display: block; text-align:center; line-height:42px; padding:0 15px; color:#CCC; cursor:pointer; background:transparent; border:0; outline:0; -webkit-user-select: none; -webkit-appearance:none;
5
- i.fa { vertical-align: middle; }
6
- }
7
- .dropdown-menu { top: 122%; border-radius: 0; min-width: 230px;
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; }
@@ -1,3 +1,3 @@
1
1
  module BiolaFrontendToolkit
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
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.1
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-10 00:00:00.000000000 Z
11
+ date: 2015-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass