错误的allinged标头

时间:2017-12-05 16:12:40

标签: php css

您好我是PHP样式的新手 -

所以我面临的问题是我的标题Home / login / create account / questions?

中未对齐的部分

我只需要帮助将右边的文字浮动到右边,这样它就不会像现在一样向左移动。

这是代码

.goog-te-gadget-simple {
 border: 1px solid #ccc;
 border-radius: 4px;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
 color: #555;
 }
 img.goog-te-gadget-icon {
 display: none;
 }
.skiptranslate.goog-te-gadget span {
 display: none;
 }
 .skiptranslate {
 font-size: 0px;
 }
 .goog-te-gadget .goog-te-combo {
 margin-bottom: -4px;
 }
.skiptranslate.goog-te-gadget select {
 border: 1px solid #ddd;
 border-radius: 3px;
 font-size: 12px;
 padding: 2px;
 width: 100%;
 background: #fff;
 }
  body input.tt-hint,body input.member_search.form-control.normal-                     autosuggest-input.tt-query {
background-color: white !important;
 }
 .input-group-sm .input-group-addon .fa {
 font-size: 15px;
 }
.ul { 
 text-align: right;
 }

和CSS

from django.conf import settings

def settings_to_dict(settings)
    cfg = {
        'BOTO3_ACCESS_KEY': settings.BOTO3_ACCESS_KEY,
        'BOTO3_SECRET_KEY': settings.BOTO3_SECRET_KEY,
        # repeat ad nauseum
    }
    return cfg

instance = SomeClassInstantiatedWithADict(**settings_to_dict(settings))

0 个答案:

没有答案