aboutsummaryrefslogtreecommitdiffstats
path: root/themes/elegant/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2015-02-16 09:02:26 +0000
committerplegall <plg@piwigo.org>2015-02-16 09:02:26 +0000
commit3e8f2b4c345fcc2f1a75ebaebb23f6afa0ef2cec (patch)
treeca5021262c2ebe0814f02a0a9452dc188b89df80 /themes/elegant/theme.css
parentabce055ecb3c859f65ab8b4695c1fcb591a28111 (diff)
merge r30970 from trunk to branch 2.7
bug 3179 fixed: back merge r26971 (bug:2700) which introduced jBreadCrumb with this bug on Safari and not working. Maybe a future plugin instead. git-svn-id: http://piwigo.org/svn/branches/2.7@30971 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/elegant/theme.css')
-rw-r--r--themes/elegant/theme.css83
1 files changed, 0 insertions, 83 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css
index 2a37e54f4..83f130deb 100644
--- a/themes/elegant/theme.css
+++ b/themes/elegant/theme.css
@@ -273,86 +273,3 @@ a:hover { border-bottom: none;}
#the_page .content .stuffs { margin: 0!important}
.categoryActions .theme_menuf { display: none;}
-
-/* BreadCrumb */
-.browsePath
-{
- margin: 0;
- padding: 0;
- float: left;
- display: block;
- height: 26px;
- overflow: hidden;
- width: 990px;
- padding:5px;
-}
-.browsePath ul
-{
- margin: 0;
- padding: 0;
- height: 26px;
- display: block;
-}
-.browsePath ul li
-{
- display: block;
- float: left;
- position: relative;
- height: 26px;
- overflow: hidden;
- line-height: 26px;
- margin: 0px;
- font-size: .9167em;
-}
-.browsePath ul li a:before, .browsePath ul li.last:before
-{
- content: "/";
- display: inline-block;
- margin-left: 0.2em;
- margin-right: 0.2em;
- text-align: center;
- text-decoration: inherit;
- text-transform: none;
- width: 1em;
-}
-.browsePath ul li div.chevronOverlay
-{
- position: absolute;
- right: 0;
- top: 0;
- z-index: 2;
-}
-.browsePath ul li span
-{
- display: block;
- overflow: hidden;
-}
-.browsePath ul li a
-{
- display: block;
- position: relative;
- height: 26px;
- line-height: 26px;
- overflow: hidden;
- float: left;
-}
-.browsePath ul li.first a
-{
- height: 26px !important;
- text-indent:-1000em;
- width:26px;
- padding: 0;
- margin: 0;
- overflow: hidden;
- background:url(icon/icons_sprite.png) no-repeat -26px 0;
-}
-.browsePath ul li.first a:hover
-{
- background-image:url(icon/icons_sprite-hover.png);
-}
-.browsePath ul li.last
-{
- background: none;
- margin-right: 0;
- padding-right: 0;
-}