mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 10:53:29 +02:00
Left-align tooltip text in new admin skins/styles.
This commit is contained in:
@@ -1300,7 +1300,7 @@ button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance
|
||||
.tooltip.right{margin-left:3px;padding:0 5px}
|
||||
.tooltip.bottom{margin-top:3px;padding:5px 0}
|
||||
.tooltip.left{margin-left:-3px;padding:0 5px}
|
||||
.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:rgba(0,0,0,.9);border-radius:4px}
|
||||
.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:left;background-color:rgba(0,0,0,.9);border-radius:4px}
|
||||
.popover,.popover-title{font-size:16px;background-color:#337ab7}
|
||||
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
|
||||
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,.9)}
|
||||
|
@@ -1286,7 +1286,7 @@
|
||||
.tooltip.right{margin-left:3px;padding:0 5px}
|
||||
.tooltip.bottom{margin-top:3px;padding:5px 0}
|
||||
.tooltip.left{margin-left:-3px;padding:0 5px}
|
||||
.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:rgba(0,0,0,.9);border-radius:4px}
|
||||
.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:left;background-color:rgba(0,0,0,.9);border-radius:4px}
|
||||
.popover,.popover-title{font-size:16px;background-color:#337ab7}
|
||||
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
|
||||
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,.9)}
|
||||
|
Reference in New Issue
Block a user