[geeklogjp-devel 1557] Re: Issue 213 in geeklog-jp: テーマDenimのiPad&iPhone時のサイドメニューにアイコンを付けて欲しいです。

Back to archive index

geekl****@googl***** geekl****@googl*****
2012年 8月 18日 (土) 14:02:33 JST


Comment #1 on issue 213 by milk.****@gmail*****: テーマDenimのiPad&iPhone時のサ 
イドメニューにアイコンを付けて欲しいです。
http://code.google.com/p/geeklog-jp/issues/detail?id=213

添付画像のように▼がもっとはっきりわかるよう追記する記述は下記のように

@media only screen and (max-width: 1024px) {
.block-title {
position: relative;
}
.block-title:before {
   border-color: #DDDDDD transparent transparent transparent ;
   border-style: solid;
   border-width: 8px 8px 0 8px;
   content: "";
   height: 0;
   top: 2px;
   right: 10%;
   position: absolute;
   width: 0;
}
}

@media only screen and (max-width: 480px) {
.block-title {
position: relative;
}
.block-title:before {
   border-color: #ffffff transparent transparent transparent ;
   border-style: solid;
   border-width: 10px 10px 0 10px;
   content: "";
   height: 0;
   top: 10px;
   right: 10%;
   position: absolute;
   width: 0;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
}

して下さい。




Geeklogjp-devel メーリングリストの案内
Back to archive index